Files
vinci/tsconfig.json
2025-07-10 13:24:32 +00:00

12 lines
215 B
JSON

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