11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"extends": "../../configs/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"lib"
|
|
]
|
|
}
|