We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allowImportingTsExtensions
1 parent d7c3e30 commit 0979c02Copy full SHA for 0979c02
configs/tsconfig.base.json
@@ -4,6 +4,7 @@
4
"types": [],
5
"target": "ES2023",
6
"module": "NodeNext",
7
+ "allowImportingTsExtensions": true,
8
"rewriteRelativeImportExtensions": true,
9
"erasableSyntaxOnly": true,
10
"strict": true,
package.json
@@ -5,6 +5,10 @@
"files": [
"configs"
],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/zakodium/tsconfig"
11
+ },
12
"exports": {
13
".": "./configs/tsconfig.base.json",
14
"./jsx": "./configs/tsconfig.jsx.json"
0 commit comments