3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 06:11:49 +00:00
zeppelin/dashboard/tsconfig.json
2024-01-27 12:50:09 +02:00

14 lines
275 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"module": "esnext",
"target": "es2018",
"lib": ["esnext", "dom"],
"baseUrl": ".",
"allowJs": true,
"paths": {
"@shared/*": ["../shared/src/*"]
}
}
}