mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
14 lines
No EOL
400 B
JSON
14 lines
No EOL
400 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/*", "src/ts/types/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
} |