Project IT Calendar 1.0.0
Advanced Calendar Applet for Cinnamon Desktop Environment
Loading...
Searching...
No Matches
tsconfig.prod.json
Go to the documentation of this file.
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "AMD",
5 "outFile": "./files/calendar@projektit.de/applet.js",
6 "rootDir": "./src",
7 "strict": true,
8 "strictPropertyInitialization": false,
9 "skipLibCheck": true,
10 "types": [],
11 "noImplicitAny": false,
12 "removeComments": false
13 },
14 "include": [
15 "src/declarations.d.ts",
16 "src/**/*.ts"
17 ]
18}