an-anime-game-launcher/tsconfig.json
Observer KRypt0n_ 6fc0def0b6
Project library updates
- changed ts files structure
- archives unpacking files downloading functions were moved to Tools class
2021-10-24 09:19:20 +02:00

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"]
}