mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 17:31:41 +00:00
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2023",
|
||
|
|
"lib": ["ES2023"],
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"types": ["node"],
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true
|
||
|
|
},
|
||
|
|
"include": ["vite.config.ts", "plugins", "scripts"]
|
||
|
|
}
|