diff --git a/packages/babel-plugin-hot-updater/tsconfig.json b/packages/babel-plugin-hot-updater/tsconfig.json index a22865b3..73b5f7c3 100644 --- a/packages/babel-plugin-hot-updater/tsconfig.json +++ b/packages/babel-plugin-hot-updater/tsconfig.json @@ -1,17 +1,17 @@ { - "compilerOptions": { - "target": "ES6", - "removeComments": true, - "module": "commonjs", - "skipLibCheck": true, - "sourceMap": true, - "strict": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "outDir": "lib", - "rootDir": "src", - "declaration": false, - "noEmit": false, - }, - "include": ["src"] - } \ No newline at end of file + "compilerOptions": { + "target": "ES6", + "removeComments": true, + "module": "commonjs", + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "resolveJsonModule": true, + "esModuleInterop": true, + "outDir": "lib", + "rootDir": "src", + "declaration": false, + "noEmit": false + }, + "include": ["src"] +}