Skip to content
Snippets Groups Projects
Unverified Commit e4fbbcbc authored by Alexander Kiselev's avatar Alexander Kiselev Committed by GitHub
Browse files

Enable `allowJs` and some other options in tsconfig (#18332)

* set `allowJs` to true in tsconfig. This allows TS to infer types from JS files

* added decorators
parent d657ebb6
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@
"./enterprise/frontend/test/*"
]
},
"allowJs": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true
},
"include": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment