Skip to content

Commit

Permalink
FIX: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Mar 2, 2024
1 parent 123c98e commit e90bef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _types/base-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "es2018",
"lib": ["es2018"],
"noEmit": true,
"module": "commonjs",
"module": "esm",
"allowJs": true,
"checkJs": true,
"noFallthroughCasesInSwitch": true,
Expand Down
3 changes: 1 addition & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"compilerOptions": {
"module": "NodeNext",
"noImplicitAny": false,
"moduleResolution": "nodenext",
"moduleResolution": "Nodenext",
"baseUrl": "./",
"paths": {
"@pre-bundled/tape": ["./_types/pre-bundled__tape"],
"@pre-bundled/rimraf": ["./_types/pre-bundled__rimraf"],
"*" : ["./_types/*"]
}
},
Expand Down

0 comments on commit e90bef4

Please sign in to comment.