mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-25 18:15:21 -04:00
13 lines
231 B
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"]
|
|
}
|