mirror of
https://github.com/akazwz/smail.git
synced 2026-05-06 22:01:09 +08:00
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.node.json" },
|
|
{ "path": "./tsconfig.cloudflare.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": [
|
|
"./worker-configuration.d.ts"
|
|
]
|
|
}
|
|
}
|