mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 09:21:40 +00:00
16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"types": [],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["worker", "shared", "worker-configuration.d.ts"]
|
|
}
|