zappyzep/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/*"]
}
}
}