ecbbee32c7
* test: remove barrier files to improve unit testing performance * chore: change check-types command
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"noEmit": true,
|
|
"paths": {
|
|
"src/*": ["src/*"],
|
|
"test/*": ["test/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"./**/*"
|
|
]
|
|
} |