mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
a2589b4fa4
- added launcher updates notifications - made automatic patch state parsing - added Baal icons to all notifications - fixed menu category changing in settings - removed excess code
14 lines
No EOL
403 B
JSON
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"]
|
|
} |