Skip to content
Snippets Groups Projects
Unverified Commit 2a450c09 authored by Florian Duros's avatar Florian Duros Committed by GitHub
Browse files

Add `allowImportingTsExtensions` to tsconfig (#12939)

parent d16ab098
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"moduleResolution": "node",
"module": "es2022"
"module": "es2022",
"allowImportingTsExtensions": true
},
"include": [
"**/*.ts",
......
{
"compilerOptions": {
"allowImportingTsExtensions": true,
"experimentalDecorators": false,
"emitDecoratorMetadata": false,
"resolveJsonModule": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment