fix tsconfig warnings (tsunami) (#3233)
Some checks are pending
Docsite CI/CD / Build Docsite (push) Waiting to run
Docsite CI/CD / Deploy to GitHub Pages (push) Blocked by required conditions
TestDriver.ai Build / Build for TestDriver.ai (push) Waiting to run

This commit is contained in:
Mike Sawka 2026-04-20 15:43:21 -07:00 committed by GitHub
parent 3e4fe8cf51
commit 6316093533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,6 @@
"module": "ESNext",
"skipLibCheck": true,
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": false,
"strictNullChecks": false,
@ -16,7 +15,6 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}