LizeriumVSCodeColorPicker/tsconfig.json

17 lines
319 B
JSON
Raw Permalink Normal View History

2025-06-16 09:22:48 +03:00
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": [
"ES2020"
],
"outDir": "out",
"rootDir": "src",
"strict": true,
"esModuleInterop": true
},
"exclude": [
"node_modules",
".vscode-test"
]
}