10 lines
146 B
JSON
10 lines
146 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "./",
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*.ts",
|
||
|
"test/**/*.ts"
|
||
|
],
|
||
|
}
|