9 lines
150 B
JSON
9 lines
150 B
JSON
|
{
|
||
|
"extends": "./tsconfig.build.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"baseUrl": "."
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|