Files
edgeKey/tsconfig.json
2026-04-21 11:56:35 +08:00

23 lines
387 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"types": [
"vite/client",
"./worker-configuration.d.ts"
],
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"exclude": [
"dist"
]
}