mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-17 00:06:21 +00:00
10 lines
No EOL
242 B
JSON
10 lines
No EOL
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules/**", "**/node_modules", "dist", "build"]
|
|
} |