remove commented tsconfig

This commit is contained in:
Blake Joynes
2023-04-20 06:27:35 -04:00
parent 9e54e26e87
commit 7f98a557dc

View File

@@ -8,8 +8,6 @@
"strict": true /* Enable all strict type-checking options. */,
"types": ["node"],
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
// "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */,
"typeRoots": ["./src/types"]