mirror of
https://github.com/zhigang1992/libpag.git
synced 2026-01-12 22:48:25 +08:00
19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES5", "ES6", "DOM", "DOM.Iterable"],
|
|
"target": "ES2017",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node"
|
|
},
|
|
"files": ["src/pag.ts", "demo/index.ts"],
|
|
"typedocOptions": {
|
|
"out": "./api-docs",
|
|
"exclude": "**/**.js",
|
|
"darkHighlightTheme": "dark-plus",
|
|
"readme": "none",
|
|
"sort": "visibility"
|
|
}
|
|
}
|