mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 17:31:41 +00:00
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"types": [],
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"verbatimModuleSyntax": true,
|
||
|
|
"forceConsistentCasingInFileNames": true
|
||
|
|
},
|
||
|
|
"include": ["client", "shared"]
|
||
|
|
}
|