mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
16 lines
No EOL
354 B
JSON
16 lines
No EOL
354 B
JSON
{
|
|
"version": "0.0.1",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"outDir": "./bin/"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"./node_modules/@types/**/*.d.ts"
|
|
]
|
|
} |