Files
camc314 2ab679af2b chore(napi/parser): enable noImplicitAny (#23830)
follow on from my other changes to this code earlier today
2026-06-26 16:23:41 +00:00

15 lines
331 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "Preserve",
"moduleResolution": "Bundler",
"noEmit": true,
"target": "ESNext",
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"noImplicitAny": true,
"strict": false
},
"exclude": ["test-browser", "vitest.config.browser.ts"]
}