mirror of
https://github.com/wallace5303/ee-core.git
synced 2026-04-05 07:29:04 +08:00
14 lines
392 B
JSON
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",
|
|
],
|
|
} |