Skip to content

Commit 4ac7f08

Browse files
committed
fix(demo): broken due to vitest/esbuild upgrade
1 parent b31877a commit 4ac7f08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"declaration": true,
1010
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
1111
"skipLibCheck": true /* Skip type checking of declaration files. */,
12-
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
12+
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
13+
"useDefineForClassFields": false
1314
},
1415
"include": ["src/**/*.ts"],
1516
"exclude": ["src/**/*.spec.ts"]

0 commit comments

Comments
 (0)