Skip to content

Commit

Permalink
Refactor: revert tsconfig settings that were necessary for `robloach-…
Browse files Browse the repository at this point in the history
…datfile` (#789)
  • Loading branch information
emmercm authored Oct 27, 2023
1 parent d7f7ff0 commit a4a015a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
"typeRoots": ["./src/@types", "./node_modules/@types"], /* Specify multiple folders that act like './node_modules/@types'. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
// "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
Expand Down Expand Up @@ -103,6 +103,5 @@
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node",
"files": true, // without this `ts-node` and `node --loader ts-node/esm` won't find our custom types
}
}

0 comments on commit a4a015a

Please sign in to comment.