migu/jsconfig.json
2023-12-08 18:35:06 +01:00

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",]
}