|
@@ -7,8 +7,8 @@
|
|
|
"jsx": "preserve",
|
|
"jsx": "preserve",
|
|
|
"noImplicitThis": true,
|
|
"noImplicitThis": true,
|
|
|
"strict": true,
|
|
"strict": true,
|
|
|
- "isolatedModules": true,
|
|
|
|
|
- "verbatimModuleSyntax": true,
|
|
|
|
|
|
|
+ "isolatedModules": true,
|
|
|
|
|
+ // "verbatimModuleSyntax": true, // removed: not supported by this TypeScript/version in the environment
|
|
|
"target": "ESNext",
|
|
"target": "ESNext",
|
|
|
"esModuleInterop": true,
|
|
"esModuleInterop": true,
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
"forceConsistentCasingInFileNames": true,
|