hammal/test/tsconfig.json
2021-04-13 22:44:46 +08:00

12 lines
287 B
JSON

{
"compilerOptions": {
"outDir": "../transpiled",
"target": "esnext",
"module": "commonjs",
"sourceMap": true,
"experimentalDecorators": true,
"lib": ["esnext", "webworker"]
},
"include": ["./*.ts", "../node_modules/@cloudflare/workers-types/index.d.ts"]
}