We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0635f commit 84d0468Copy full SHA for 84d0468
package.json
@@ -27,7 +27,7 @@
27
"@types/react": "19.0.0",
28
"@types/three": "0.170.0",
29
"@types/web": "0.0.166",
30
- "eslint": "8.56.0",
+ "eslint": "8.57.1",
31
"prettier": "3.3.3",
32
"typescript": "5.5.4"
33
},
tsconfig.json
@@ -9,8 +9,7 @@
9
"esModuleInterop": true,
10
"skipLibCheck": true,
11
"forceConsistentCasingInFileNames": true,
12
- "noUnusedLocals": true,
13
- "incremental": true
+ "noUnusedLocals": true
14
15
"exclude": ["remotion.config.ts"]
16
}
0 commit comments