Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
qinezh committed Aug 15, 2019
1 parent 2b57817 commit 72dbaee
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/commander": "^2.9.2",
"@types/fs-extra": "^4.0.0",
"@types/js-yaml": "^3.9.1",
"@types/lodash": "^4.14.74",
"@types/lodash": "^4.14.136",
"commander": "^2.11.0",
"fs": "0.0.1-security",
"fs-extra": "^4.0.1",
Expand Down
22 changes: 8 additions & 14 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
{
"files": [
"src/main.ts",
"src/jsonTraverse.ts",
"src/postTransformer.ts",
"src/packageGenerator.ts",
"src/moduleGenerator.ts",
"src/tocGenerator.ts",
"src/idResolver.ts",
"src/common/constants.ts",
"src/common/flags.ts",
"src/common/regex.ts",
"src/helpers/linkConvertHelper.js"
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
],
"compilerOptions": {
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist",
"target": "es5",
"lib"["es6"],
"allowJs": true,
"outDir": "dist"
"allowJs": true
}
}

0 comments on commit 72dbaee

Please sign in to comment.