Project IT Calendar 1.0.0
Advanced Calendar Applet for Cinnamon Desktop Environment
Loading...
Searching...
No Matches
tsconfig.dev.json
Go to the documentation of this file.
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "None",
5 "outDir": "./files/calendar@projektit.de",
6 "rootDir": "./src",
7 "esModuleInterop": true,
8 "skipLibCheck": true,
9 "removeComments": false
10 },
11 "include": [
12 "src/**/*"
13 ],
14 "exclude": [
15 "src/wrapper.ts"
16 ]
17}