2025-12-01 22:28:51 +08:00
|
|
|
{
|
2025-12-30 11:13:26 +08:00
|
|
|
"extends": "../../../../tsconfig.base.json",
|
2025-12-01 22:28:51 +08:00
|
|
|
"compilerOptions": {
|
2025-12-30 11:13:26 +08:00
|
|
|
"composite": false,
|
2025-12-01 22:28:51 +08:00
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
2025-12-30 11:13:26 +08:00
|
|
|
"outDir": "./dist",
|
|
|
|
|
"rootDir": "./src",
|
2025-12-01 22:28:51 +08:00
|
|
|
"jsx": "react-jsx",
|
2025-12-30 11:13:26 +08:00
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"moduleResolution": "bundler"
|
2025-12-01 22:28:51 +08:00
|
|
|
},
|
|
|
|
|
"include": ["src/**/*"],
|
2025-12-30 11:13:26 +08:00
|
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
2025-12-01 22:28:51 +08:00
|
|
|
}
|