refactor(api): import ts-reset in entrypoint (#51677)

This commit is contained in:
Oliver Eyton-Williams
2023-09-28 18:40:51 +02:00
committed by GitHub
parent 45fedd84e4
commit 1efa4a5935
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
import '@total-typescript/ts-reset';
+3
View File
@@ -1,3 +1,6 @@
// We import these declaration files here, in the entry point of our application, so
// that they're available throughout.
import '@total-typescript/ts-reset';
import { build } from './app';
import { FREECODECAMP_NODE_ENV, PORT } from './utils/env';
+1 -2
View File
@@ -9,6 +9,5 @@
"resolveJsonModule": true,
"noEmit": true,
"noUncheckedIndexedAccess": true
},
"ts-node": { "files": true }
}
}