1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-04-25 23:55:22 -04:00
simpip/tsconfig.json

13 lines
231 B
JSON

{
"compilerOptions": {
"noEmit": true,
"module": "esnext",
"target": "esnext",
"lib": ["esnext"],
"strict": true,
"moduleResolution": "node",
"types": ["@cloudflare/workers-types"]
},
"exclude": ["node_modules"]
}