mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
12 lines
260 B
JSON
12 lines
260 B
JSON
|
|
{
|
||
|
|
"extends": "../../../../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": ".",
|
||
|
|
"lib": ["ES2023", "WebWorker"],
|
||
|
|
"types": ["@cloudflare/workers-types"],
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"exclude": ["src/**/*.test.ts"]
|
||
|
|
}
|