mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "node16",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"target": "esnext",
|
|
"rootDirs": [
|
|
"./generated",
|
|
"../src"
|
|
]
|
|
},
|
|
"include": [
|
|
"./ambient.d.ts",
|
|
"../src"
|
|
]
|
|
} |