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