mirror of
https://github.com/photonstorm/phaser
synced 2024-12-02 17:41:06 +00:00
19 lines
No EOL
417 B
JSON
19 lines
No EOL
417 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "system",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "./bin/game.js",
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/*",
|
|
"../../../types/phaser.d.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |