Skip to content

Commit

Permalink
chore: revert config
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Jun 24, 2024
1 parent 792f911 commit 6f5d25d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsconfig.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"jsx": "react",
"experimentalDecorators": true,
"moduleResolution": "node",
"noImplicitAny": true,
"module": "esnext",
"target": "esnext",
"outDir": "lib",
Expand All @@ -16,7 +15,6 @@
"baseUrl": "./",
"paths": {
"tdesign-react": ["src"],
"tdesign-react/*": ["src/*"],
"@test/utils": ["test/utils"],
"@common/*": ["src/_common/*"]
},
Expand All @@ -25,7 +23,7 @@
"downlevelIteration": true,
"esModuleInterop": true
},
"include": ["src/**/_example/*.tsx", "./globals.d.ts","./test/config/index.d.ts"],
"include": ["./globals.d.ts","./test/config/index.d.ts"],
"exclude": ["**/*.jsx", "**/**/_usage/*", "**/**/__tests__/*", "node_modules", "src/_common", "dist", "lib", "esm", "cjs", "es","./src/config-provider/_example"],
"types": [
"node",
Expand Down

0 comments on commit 6f5d25d

Please sign in to comment.