Files
webwidget/tsconfig.json

13 lines
251 B
JSON
Raw Permalink Normal View History

2022-03-25 02:07:07 +01:00
{
"compilerOptions": {
"target": "ES2022",
2023-10-06 13:58:03 +02:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
2023-10-06 13:58:03 +02:00
},
"exclude": ["dist_*/**/*.d.ts"]
2022-03-25 02:07:07 +01:00
}