Skip to content

Commit

Permalink
fix: typescript with babel
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jan 10, 2022
1 parent d9126d9 commit cb3145b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"noImplicitThis": true,
"strictNullChecks": true,
"esModuleInterop": true,
"isolatedModules": true,
"moduleResolution": "Node",
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"newLine": "LF",
"resolveJsonModule": true,
"useDefineForClassFields": true
"useDefineForClassFields": true,
"skipLibCheck": true
}
}
3 changes: 1 addition & 2 deletions tsconfig.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"importHelpers": true,
"module": "ES2020",
"experimentalDecorators": true,
"skipLibCheck": true
"experimentalDecorators": true
}
}

0 comments on commit cb3145b

Please sign in to comment.