mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 04:46:08 +03:00
3b32a87feb
- 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
14 lines
No EOL
366 B
JSON
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"]
|
|
} |