mirror of
https://github.com/vadimmelnicuk/meo.git
synced 2026-05-03 04:30:34 +00:00
9549046722
[history cleanup] Squashed daytime commits: - 8ba9923 feat: initial setup
20 lines
266 B
JSON
20 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": ".",
|
|
"strict": true
|
|
},
|
|
"exclude": [
|
|
"webview",
|
|
"node_modules",
|
|
"dist",
|
|
"out"
|
|
]
|
|
}
|