mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 04:46:08 +03:00
6fc0def0b6
- changed ts files structure - archives unpacking files downloading functions were moved to Tools class
14 lines
No EOL
382 B
JSON
14 lines
No EOL
382 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"removeComments": true,
|
|
"outDir": "public/js"
|
|
},
|
|
"include": ["src/ts/*", "src/ts/lib/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
} |