mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["ES2021"],
|
|
"module": "Node16",
|
|
"target": "ES2021",
|
|
|
|
"noEmit": true,
|
|
|
|
"types": [],
|
|
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
|
|
"allowUnreachableCode": false,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noFallthroughCasesInSwitch": false,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"strict": true
|
|
}
|
|
}
|