Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored May 10, 2024
1 parent abd005a commit 8aa3754
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"skipLibCheck": true,
"target": "es2021",
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"noLib": false,
"noImplicitAny": false,
"skipLibCheck": true
"incremental": true,
"newLine":"lf"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
"include": ["**/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}

0 comments on commit 8aa3754

Please sign in to comment.