UNPKG

hexo-blogger-xml

Version:

Import xml blogger to hexo

25 lines (24 loc) 711 B
{ "compilerOptions": { "allowJs": true, "checkJs": false, "composite": true, "allowUnusedLabels": true, "allowSyntheticDefaultImports": true, "allowUmdGlobalAccess": true, "allowUnreachableCode": true, "skipDefaultLibCheck": true, "skipLibCheck": true, "esModuleInterop": true, "resolveJsonModule": true, "experimentalDecorators": true, "removeComments": false, "declaration": true, "declarationMap": false, "declarationDir": "dist", "outDir": "dist", "tsBuildInfoFile": "./dist/tsconfig.build.tsbuildinfo" }, "include": ["src", "__test__", "publish.js", "**/*.json"], "exclude": ["src/lang", "**/node_modules/**", "**/dist/**"] }