mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-25 23:38:06 +00:00
15 lines
No EOL
392 B
JSON
15 lines
No EOL
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
},
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"types": ["./types.d.ts"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules",]
|
|
} |