{ /* Base configuration. Do not edit this field. */ "extends": "./temp/tsconfig.cocos.json", /* Add your custom configuration here. */ "compilerOptions": { "strict": false, "lib": [ "dom", "es5", "es2015.promise", "es6", "es2017" ], "skipLibCheck": true, "target": "es6", "module": "commonjs", "experimentalDecorators": true, "allowJs": true, // // Generate d.ts files // "declaration": true, // // This compiler run should // // only output d.ts files // "emitDeclarationOnly": true, // // Types should go into this directory. // // Removing this would place the .d.ts files // // next to the .js files // "outDir": "dist" }, "include": [ "assets/**/*.ts", ] }