an-anime-game-launcher/tsconfig.json
Observer KRypt0n_ a2589b4fa4
1.0.0-rc1
- added launcher updates notifications
- made automatic patch state parsing
- added Baal icons to all notifications
- fixed menu category changing in settings
- removed excess code
2021-10-28 19:26:44 +02:00

14 lines
No EOL
403 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2021",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"removeComments": true,
"outDir": "public/js"
},
"include": ["src/ts/*", "src/ts/lib/*", "src/ts/types/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}