an-anime-game-launcher/tsconfig.json
Observer KRypt0n_ 3b32a87feb
entry.js
- added link to the BrowserWindow documentation
- added default icon
- added commented lines for production BrowserWindow state

Overall:
- added typescript and sass support
- updated default page. Now the "Hello World" sign placed in the center
2021-09-16 19:56:25 +02:00

14 lines
No EOL
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"]
}