mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
14 lines
No EOL
392 B
JSON
14 lines
No EOL
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@/*": ["./common/*"],
|
|
},
|
|
"types": ["@cloudflare/workers-types"],
|
|
},
|
|
"exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules",]
|
|
} |