Files
OnDoc/Client - Kopie (2)/Diverses/test.html
Stefan Hutter 4093f8764d update 20241224
2024-12-24 11:13:02 +01:00

14 lines
212 B
HTML

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es5"
},
"exclude": [
"node_modules",
"wwwroot"
]
}