Files
ee-core/ee-bin-ts/tsconfig.ts.json
gaoshuaixing fab91a9247 release: v4
2025-01-13 18:03:16 +08:00

14 lines
392 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
/* Full strict is fine for the TypeScript files, so turn back on the checks we turned off for mixed-use. */
"noImplicitAny": true,
"strictNullChecks": true,
"useUnknownInCatchVariables": true,
},
"include": [
/* All TypeScript targets from tsconfig.json include. */
"src/**/*.ts",
"src/**/*.mts",
],
}