mirror of
https://github.com/ImSingee/hammal.git
synced 2024-11-22 06:39:22 +08:00
12 lines
287 B
JSON
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"]
|
|
}
|