10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"extends": "./node_modules/@platform/tools/configs/tsconfig.json",
|
|
"exclude": [
|
|
"client",
|
|
"admin"
|
|
],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true
|
|
}
|
|
} |