mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(api): import ts-reset in entrypoint (#51677)
This commit is contained in:
committed by
GitHub
parent
45fedd84e4
commit
1efa4a5935
Vendored
-1
@@ -1 +0,0 @@
|
||||
import '@total-typescript/ts-reset';
|
||||
@@ -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
@@ -9,6 +9,5 @@
|
||||
"resolveJsonModule": true,
|
||||
"noEmit": true,
|
||||
"noUncheckedIndexedAccess": true
|
||||
},
|
||||
"ts-node": { "files": true }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user