diff --git a/tsconfig.json b/tsconfig.json index d34ffee..dd97757 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,11 @@ "target": "ESNext", "useDefineForClassFields": true, "module": "CommonJS", - "lib": ["ESNext", "DOM", "DOM.Iterable"], + "lib": [ + "ESNext", + "DOM", + "DOM.Iterable" + ], "skipLibCheck": true, "moduleResolution": "node", "allowImportingTsExtensions": true, @@ -24,7 +28,10 @@ "allowSyntheticDefaultImports": true, "emitDecoratorMetadata": true, "declaration": false, - "types": ["@types/node"] + "types": [ + "@types/node" + ], + "erasableSyntaxOnly": true }, "include": [ "../../../../../__global.d.ts", @@ -32,4 +39,4 @@ "../../../../server-core/src/", "./src" ] -} +} \ No newline at end of file