14 строки
331 B
JSON
14 строки
331 B
JSON
{
|
|
"extends": "../../../common/build/build-common/tsconfig.node16.json",
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/test/**/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noUncheckedIndexedAccess": false,
|
|
"exactOptionalPropertyTypes": true,
|
|
},
|
|
}
|