diff --git a/tsconfig.json b/tsconfig.json index e6df891..dd55dad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,15 +8,20 @@ "experimentalDecorators": true, "skipLibCheck": true, "declaration": true, - "lib": ["es5", "es6", "dom"], + "lib": [ + "es5", + "es6", + "dom" + ], "jsx": "react", - "types": ["node"], + "types": [ + "node" + ], "sourceRoot": "src", "declarationDir": "dist", - "noEmit": true, "outDir": "dist" }, "exclude": [ "node_modules" ] -} +} \ No newline at end of file