Files
fnx_web/svelte/tsconfig.json

11 lines
142 B
JSON
Raw Normal View History

2024-11-19 15:31:51 +01:00
{
"compilerOptions": {
"baseUrl": "./",
2024-11-19 15:31:51 +01:00
"verbatimModuleSyntax": true,
"target": "ES2017",
2025-03-20 19:39:15 +01:00
},
"exclude": [
"./node_modules/**"
]
2024-11-19 15:31:51 +01:00
}