mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
21 lines
No EOL
687 B
JSON
21 lines
No EOL
687 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
},
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"types": ["./types.d.ts"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules", "dist", "build", "git_modules", ".svelte-kit", "**/node_modules", "**/dist", "**/build", "**/git_modules", "**/.svelte-kit", "**/node_modules/*", "**/dist/*", "**/build/*", "**/git_modules/*", "**/.svelte-kit/*"]
|
|
} |