mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 11:01:07 +08:00
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist-doc",
|
|
"rootDir": "./",
|
|
"types": [
|
|
"../../temp/declarations/cc.custom-macro",
|
|
"../../temp/declarations/cc",
|
|
"../../temp/declarations/jsb",
|
|
"../../temp/declarations/cc.env"
|
|
]
|
|
},
|
|
"include": [
|
|
"assets/**/*",
|
|
"typedoc.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"docs"
|
|
]
|
|
} |