Skip to content

Commit

Permalink
chore: use @artus/tsconfig (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beace authored Jul 6, 2022
1 parent d7f1655 commit ade25f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 35 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"homepage": "https://github.com/artusjs/core#readme",
"devDependencies": {
"@artus/tsconfig": "0.0.1",
"@types/jest": "^27.4.1",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.4",
Expand Down
46 changes: 11 additions & 35 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,14 @@
{
"compilerOptions": {
"outDir": "./lib",
"target": "es2017",
"module": "commonjs",
"lib": [
"es2015",
"es2016",
"es2017"
],
"allowJs": false,
"jsx": "react",
"declaration": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"types": [
"node",
"jest",
"reflect-metadata"
],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"exclude": [
"lib",
"extends": "@artus/tsconfig",
"compilerOptions": {
"outDir": "./lib",
"types": [
"node",
"jest",
"reflect-metadata"
],
},
"exclude": [
"lib",
],
}

0 comments on commit ade25f2

Please sign in to comment.