Files

16 lines
363 B
JSON
Raw Permalink Normal View History

{
"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"]
}