Update tsconfig.json

Signed-off-by: Kaitou E <102132258+ejunds@users.noreply.github.com>
This commit is contained in:
Kaitou E 2024-02-27 04:54:45 +08:00 committed by GitHub
parent 25b062c917
commit 5857991148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,5 @@
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"resolveJsonModule": true, /* Allows importing modules with a '.json' extension, which is a common practice in node projects. */
},
"exclude": ["__tests__", "lib", "node_modules"]
"exclude": ["__tests__", "lib", "node_modules"]
}