Files
sealos/frontend/tsconfig.web.json

9 lines
141 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "preserve",
"incremental": true,
"skipLibCheck": true
}
}