mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"#plugins": ["./src/plugins/index.js"],
|
|
}
|
|
},
|
|
"extends": "./.sern/tsconfig.json"
|
|
} |