1
0
mirror of https://github.com/zerobig/vscode-1c-metadata-viewer.git synced 2025-02-16 12:53:51 +02:00

15 lines
225 B
JSON
Raw Normal View History

2022-11-01 13:07:38 +03:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"lib": ["es2020"],
"outDir": "out",
"sourceMap": true,
"rootDir": "src",
"strict": true
},
"exclude": [
"node_modules",
".vscode-test"
]
}