mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"lib": ["esnext", "webworker"],
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": [
|
|
"./*.ts",
|
|
"./**/*.ts",
|
|
"../../node_modules/@cloudflare/workers-types/index.d.ts"
|
|
],
|
|
"exclude": ["./**/*.spec.ts"],
|
|
"extends": "../../tsconfig.json"
|
|
}
|