mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2024-12-26 11:48:54 +00:00
14 lines
354 B
JSON
14 lines
354 B
JSON
|
{
|
||
|
/* Base configuration. Do not edit this field. */
|
||
|
"extends": "./temp/tsconfig.cocos.json",
|
||
|
|
||
|
/* Add your custom configuration here. */
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2015",
|
||
|
"module": "CommonJS",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"types": ["jest", "node"],
|
||
|
"strictNullChecks": false
|
||
|
}
|
||
|
}
|