12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"public"
|
|
]
|
|
} |