p4-vscode_designer_extension/tsconfig.json
2025-11-27 13:32:01 +03:00

16 lines
384 B
JSON

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