Skip to content

Commit

Permalink
Update TS config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Jul 28, 2021
1 parent 0c30f5d commit 630cab3
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
15 changes: 8 additions & 7 deletions .tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"extends": "@tsconfig/node12/tsconfig.json",
"compilerOptions": {
"declaration": true,
"incremental": true,
"inlineSources": true,
"newLine": "lf",
"noUnusedLocals": true,
"outDir": "dist",
"preserveConstEnums": true,
"sourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": true
"stripInternal": true
},
"include": [
"src/index.ts"
],
"exclude": [
"node_modules"
]
}
}
61 changes: 49 additions & 12 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/matthieubosquet/ontologies#readme",
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"@types/node": "^14.14.14",
"typescript": "^4.1.3"
"@tsconfig/node12": "^1.0.9",
"@types/node": "^16.4.6",
"typescript": "^4.3.5"
}
}

0 comments on commit 630cab3

Please sign in to comment.