mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2025-12-11 05:42:49 +00:00
8 lines
143 B
JSON
8 lines
143 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm"
|
|
},
|
|
"exclude": ["**/*.test.ts", "src/__mocks__/**/*"]
|
|
}
|