mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:26:44 +00:00
17 lines
272 B
JSON
Executable File
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"
|
|
]
|
|
} |