21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.node.json" },
|
|
{ "path": "./tsconfig.cloudflare.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"moduleResolution": "bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"types": ["./worker-configuration.d.ts"],
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./app/*"]
|
|
}
|
|
}
|
|
}
|