9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"extends": "../../tsconfig.paths.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"composite": true
|
|
},
|
|
"include": ["src", "test", "*.ts", "**/*.d.ts"]
|
|
}
|