mirror of
https://github.com/catppuccin/vscode-icons.git
synced 2026-01-09 05:31:03 +08:00
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"lib": ["esnext"],
|
|
"baseUrl": ".",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|