15 lines
344 B
JSON
15 lines
344 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/tsconfig.build.tsbuildinfo",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedDeclarations": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["**/*.test.ts"],
|
|
"references": []
|
|
}
|