Skip to content

Commit

Permalink
Dev 1.6.5-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Dec 1, 2024
1 parent b252010 commit c9bedf8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 27 deletions.
27 changes: 0 additions & 27 deletions tsconfig.eslint.json

This file was deleted.

19 changes: 19 additions & 0 deletions tsconfig.production.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"incremental": false,
"composite": false,
"declaration": false,
"declarationMap": false,
"sourceMap": false,
"removeComments": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/__test__/*"
]
}

0 comments on commit c9bedf8

Please sign in to comment.