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