mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-03 20:26:00 +03:00
14 lines
366 B
JSON
14 lines
366 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"removeComments": true,
|
||
|
"outDir": "public/js"
|
||
|
},
|
||
|
"include": ["src/ts/*"],
|
||
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
||
|
}
|