14 lines
271 B
JSON
14 lines
271 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"sourceMap": false,
|
|
"inlineSourceMap": true
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"public"
|
|
]
|
|
} |