14 lines
212 B
JSON
14 lines
212 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types",
|
||
|
"src/types",
|
||
|
"test/types"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"src/types/**/*",
|
||
|
"test/**/*"
|
||
|
]
|
||
|
}
|