mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:57:34 +00:00
9 lines
127 B
JSON
9 lines
127 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./lib/api"
|
||
|
},
|
||
|
"include": [
|
||
|
"src/api",
|
||
|
]
|
||
|
}
|