13 lines
174 B
JSON
13 lines
174 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": false,
|
||
|
"declaration": false,
|
||
|
"rootDir": "./src",
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"."
|
||
|
]
|
||
|
}
|