mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-05 16:57:01 +00:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"extends": "./.sern/tsconfig.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"#/*": ["./utils/*"]
|
|
},
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|