lava-oushudb-dt-sql-parser/test/tsconfig.json
Hayden ecbbee32c7
test: remove barrier files to improve unit testing performance (#249)
* test: remove barrier files to improve unit testing performance

* chore: change check-types command
2024-01-19 21:10:00 +08:00

14 lines
254 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "../",
"noEmit": true,
"paths": {
"src/*": ["src/*"],
"test/*": ["test/*"]
}
},
"include": [
"./**/*"
]
}