This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pulse/packages/pulseflare/tsconfig.json
T
2026-04-18 07:51:37 +00:00

17 lines
388 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "WebWorker"],
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"types": ["@cloudflare/workers-types"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}