Files
vsix-hpl-toolbox/tsconfig.json
HPL-JesusCastro def3dfb60d first commit
2026-05-07 20:53:31 +08:00

14 lines
272 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"outDir": "out",
"lib": ["ES2020", "DOM"],
"sourceMap": true,
"rootDir": "src",
"strict": true,
"esModuleInterop": true
},
"exclude": ["node_modules", ".vscode-test"]
}