mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-20 09:27:27 +00:00
13 lines
No EOL
347 B
JSON
13 lines
No EOL
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@/*": ["./common/*"],
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist", "build", "git_modules", "**/node_modules", "**/dist", "**/build", "**/git_modules",]
|
|
} |