{ "compilerOptions": { "noEmit": true, "allowJs": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "lib": ["DOM", "ES5", "ScriptHost", "ES2015.Iterable", "ES2015.Promise"] }, "include": [ "Runtime/**/*", "../Extensions/**/*.js", "tests/tests/**/*.js", "tests/tests-utils/**/*.js", "tests/benchmarks/**/*.js" ], "exclude": [ "Runtime/pixi-renderers/pixi.js", "Runtime/Cocos2d", "Runtime/Cordova", "Runtime/Electron", "Runtime/FacebookInstantGames", "Runtime/libs/CocoonJS", "../Extensions/Effects/pixi-filters/filter-alpha.js" ] }