11 lines
135 B
JSON
11 lines
135 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src"
|
||
|
]
|
||
|
}
|