mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:15:44 +00:00
17 lines
272 B
JSON
17 lines
272 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react",
|
||
|
"sourceMap": true,
|
||
|
"target": "ES6",
|
||
|
"paths": {
|
||
|
"@nocobase/*": [
|
||
|
"./packages/*/src"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"exclude": [
|
||
|
"./packages/*/esm",
|
||
|
"./packages/*/lib"
|
||
|
]
|
||
|
}
|