15 строки
321 B
JSON
15 строки
321 B
JSON
{
|
|
"extends": "../../build/tsconfig.common",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "dist/dts",
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedParameters": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"include": ["src", "test"],
|
|
"references": []
|
|
}
|