Files
vinci/tsconfig.json
2025-06-27 18:37:02 +02:00

12 lines
215 B
JSON

{
"extends": "./.sern/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"baseUrl": "./src",
"paths": {
"#/*": ["./utils/*"]
},
"allowSyntheticDefaultImports": true
}
}