mirror of
https://github.com/actions/setup-node
synced 2025-04-04 16:15:49 +00:00
Update tsconfig.json
Signed-off-by: Kaitou E <102132258+ejunds@users.noreply.github.com>
This commit is contained in:
parent
25b062c917
commit
5857991148
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue