mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 18:15:27 -04:00
27 lines
619 B
JSON
27 lines
619 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"strictPropertyInitialization": true
|
|
},
|
|
"include": [
|
|
"Runtime/**/*",
|
|
"../Extensions/**/*.js",
|
|
"tests/tests/**/*.js",
|
|
"tests/tests-utils/**/*.js",
|
|
"tests/benchmarks/**/*.js"
|
|
],
|
|
"exclude": [
|
|
"Runtime/Cocos2d",
|
|
"Runtime/Cordova",
|
|
"Runtime/Electron",
|
|
"Runtime/FacebookInstantGames",
|
|
"Runtime/libs/CocoonJS",
|
|
"../Extensions/Effects/pixi-filters/filter-alpha.js"
|
|
]
|
|
}
|