Files
fnx_web/svelte/tsconfig.json

7 lines
83 B
JSON
Raw Normal View History

2024-11-19 15:31:51 +01:00
{
"compilerOptions": {
"verbatimModuleSyntax": true,
"target": "ES2017",
}
}