Files
fnx_web/svelte/tsconfig.json

15 lines
183 B
JSON
Raw Normal View History

2024-11-19 15:31:51 +01:00
{
"compilerOptions": {
2025-03-27 15:10:59 +01:00
"lib": [
"es2015",
"dom"
],
"baseUrl": "./src",
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
}