14 lines
254 B
JSON
14 lines
254 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "../",
|
||
|
"noEmit": true,
|
||
|
"paths": {
|
||
|
"src/*": ["src/*"],
|
||
|
"test/*": ["test/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"./**/*"
|
||
|
]
|
||
|
}
|