2024-12-30 08:26:40 +08:00
|
|
|
{
|
2025-01-27 22:43:31 +08:00
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
|
|
|
"allowJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"lib": ["dom", "esnext"],
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"incremental": true,
|
|
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo",
|
|
|
|
},
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules", "dist"]
|
|
|
|
}
|