18 lines
366 B
JSON
18 lines
366 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./",
|
||
|
"outDir": "./dist",
|
||
|
"baseUrl": "./",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"typeRoots": [
|
||
|
"../../types",
|
||
|
"./node_modules/@types",
|
||
|
"../../node_modules/@types"
|
||
|
],
|
||
|
"paths": {}
|
||
|
},
|
||
|
"include": ["src/**/*", "scripts/**/*"],
|
||
|
"references": []
|
||
|
}
|