mirror of
https://github.com/labring/sealos.git
synced 2026-08-30 17:58:09 +08:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"incremental": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|