Files
vscode-eda-wave-helper/tsconfig.json
brice.boisson 46c5561ee5 First version
2025-10-21 22:00:23 +02:00

14 lines
253 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "out",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"types": ["node", "vscode"]
},
"include": ["src"]
}