nocobase/tsconfig.jest.json
2021-05-23 08:38:08 +08:00

17 lines
272 B
JSON
Executable File

{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react",
"sourceMap": true,
"target": "ES6",
"paths": {
"@nocobase/*": [
"./packages/*/src"
]
}
},
"exclude": [
"./packages/*/esm",
"./packages/*/lib"
]
}