TypeScript Entwicklung

This commit is contained in:
ISA
2025-01-27 08:07:53 +01:00
parent b2d57fdaff
commit 48c9109170

View File

@@ -2,7 +2,7 @@
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"module": "commonjs", "module": "commonjs",
"jsx": "react-jsx", "jsx": "preserve",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
"moduleResolution": "node", "moduleResolution": "node",
@@ -11,7 +11,9 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"noEmit": true, "noEmit": true,
"skipLibCheck": true, "skipLibCheck": true,
"types": ["cypress"] , "types": [
"cypress"
],
"lib": [ "lib": [
"dom", "dom",
"dom.iterable", "dom.iterable",
@@ -19,7 +21,6 @@
], ],
"allowJs": true, "allowJs": true,
"incremental": true "incremental": true
}, },
"include": [ "include": [
"src", "src",