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.
1 parent 4b8944f commit b04bfecCopy full SHA for b04bfec
tsconfig.build.json
@@ -5,6 +5,7 @@
5
"composite": true,
6
"declaration": true,
7
"declarationMap": true,
8
+ "erasableSyntaxOnly": true,
9
"isolatedModules": true,
10
"module": "NodeNext",
11
"target": "ES2022",
tsconfig.json
@@ -3,6 +3,7 @@
3
"references": [{ "path": "./tsconfig.build.json" }],
4
"compilerOptions": {
"checkJs": true,
"noImplicitOverride": true,
0 commit comments