mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
miniflare init
This commit is contained in:
parent
8c07ed3123
commit
688954a2e0
52 changed files with 898 additions and 25 deletions
|
@ -3,7 +3,9 @@
|
|||
"outDir": "./dist",
|
||||
"lib": ["esnext", "webworker", "ES2020.BigInt", "ES2020.Promise"],
|
||||
"types": ["@cloudflare/workers-types"],
|
||||
"target": "ES2019"
|
||||
"target": "ES2019",
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs"
|
||||
},
|
||||
"include": [
|
||||
"./*.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue