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