mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
13 lines
No EOL
293 B
JSON
13 lines
No EOL
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@/*": ["./common/*"],
|
|
}
|
|
},
|
|
"exclude": ["node_modules/**", "**/node_modules", "dist", "build"]
|
|
} |