hexo-blogger-xml
Version:
Import xml blogger to hexo
23 lines (22 loc) • 650 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"allowUnusedLabels": true,
"allowSyntheticDefaultImports": true,
"allowUmdGlobalAccess": true,
"allowUnreachableCode": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"removeComments": false,
"declaration": true,
"declarationMap": false,
"declarationDir": "dist",
"outDir": "dist",
"rootDir": "./src"
},
"include": ["./src/**/*", "./src/**/*.json"],
"exclude": ["**/*.runner.ts", "**/*.spec.ts", "**/*.test.ts", "**/dist/**", "**/node_modules/**"]
}