9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "src",
|
|
"typeRoots": ["./node_modules/@types"]
|
|
},
|
|
"include": ["./src"]
|
|
}
|