mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +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"]
|
|
} |