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