mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-17 07:46:19 +00:00
15 lines
No EOL
349 B
JSON
15 lines
No EOL
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/renderer/*"],
|
|
},
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"types": ["./types.d.ts"],
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules/**", "**/node_modules", "dist", "build"]
|
|
} |