Files
dbis_core-lite/tsconfig.test.json

14 lines
228 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["tests/**/*", "src/**/*"],
"exclude": ["node_modules", "dist"]
}