mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
2ab679af2b
follow on from my other changes to this code earlier today
15 lines
331 B
JSON
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"]
|
|
}
|