3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
zeppelin/backend/tsconfig.json

16 lines
324 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "NodeNext",
"module": "NodeNext",
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src/**/*.ts", "src/**/*.json"],
"references": [
{
"path": "../shared/tsconfig.json"
}
]
}