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