lava-oushudb-dt-sql-parser/test/tsconfig.json

14 lines
254 B
JSON
Raw Normal View History

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