noEmit from scripts tsconfigs

This commit is contained in:
Hazelnoot 2025-10-06 15:35:07 -04:00
parent 848fcde365
commit efb84e226d
6 changed files with 10 additions and 12 deletions

View file

@ -3,6 +3,7 @@
"extends": "../shared/tsconfig.node.json",
"compilerOptions": {
"noImplicitAny": false,
"noEmit": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules"