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