Skip to content

Commit da14675

Browse files
authored
fix(tsconfig): add the new allowImportingTsExtensions param to false in order to not lock the js transpilation during init (#417)
1 parent e75d617 commit da14675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"types": ["jest", "node"],
55
"paths": {
66
"@/*": ["./src/*"],
7-
}
7+
},
8+
"allowImportingTsExtensions": false
89
},
910
"include": [
1011
"./src/**/*",

0 commit comments

Comments
 (0)