Files
meo/tsconfig.json
Vadim Melnicuk 9549046722 archive: attempt to build own editor
[history cleanup] Squashed daytime commits:
- 8ba9923 feat: initial setup
2026-02-11 17:39:46 +00:00

20 lines
266 B
JSON

{
"compilerOptions": {
"module": "Node16",
"target": "ES2022",
"lib": [
"ES2022",
"DOM"
],
"sourceMap": true,
"rootDir": ".",
"strict": true
},
"exclude": [
"webview",
"node_modules",
"dist",
"out"
]
}