Skip to content

Commit 8dfb4d2

Browse files
committed
remove user-defined types
1 parent 6116c63 commit 8dfb4d2

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3232
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3333
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34-
"typeRoots": [
35-
"./types"
36-
] /* Specify multiple folders that act like './node_modules/@types'. */,
34+
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
3735
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
3836
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
3937
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */

types/node-test.d.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)