Zhou xiao e1ae31ac17
workflow(ci): optimize biome lint (#31)
* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code
2024-08-04 08:28:19 +08:00

24 lines
573 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["DOM", "ESNext"],
"moduleResolution": "node",
"paths": {
"@/*": ["./src/*"]
},
"target": "ES2017",
"resolveJsonModule": true,
"rootDir": "./",
"skipLibCheck": true,
"strict": true
},
"exclude": ["node_modules"],
"include": ["src", "tests", "./playwright.config.ts", "./vitest.config"]
}