9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"extends": "@openpanel/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"incremental": false,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": ["dist"]
|
|
}
|