Precise DOM morphing
morphing typescript dom

Use erasableSyntaxOnly

+1
+1
tsconfig.json
··· 17 "exactOptionalPropertyTypes": true, 18 "forceConsistentCasingInFileNames": true, 19 "useUnknownInCatchVariables": true, 20 21 "skipLibCheck": true, 22 "noEmit": false,
··· 17 "exactOptionalPropertyTypes": true, 18 "forceConsistentCasingInFileNames": true, 19 "useUnknownInCatchVariables": true, 20 + "erasableSyntaxOnly": true, 21 22 "skipLibCheck": true, 23 "noEmit": false,