test/apps/api/tsconfig.json

12 lines
269 B
JSON
Raw Normal View History

2024-05-07 16:24:43 +00:00
{
"extends": "@3rapp/code-config/typescript/nodejs.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src", "test", "typings/**/*.d.ts", "**.js"]
}