diff --git a/desktop/flipper-plugin/src/data-source/flipper-data-source.tsconfig.json b/desktop/flipper-plugin/src/data-source/flipper-data-source.tsconfig.json index a7b280120..fb88b5067 100644 --- a/desktop/flipper-plugin/src/data-source/flipper-data-source.tsconfig.json +++ b/desktop/flipper-plugin/src/data-source/flipper-data-source.tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { - "target": "es5", - "module": "commonjs", - "strict": true, - "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true + "target": "es5", + "module": "commonjs", + "strict": true, + "esModuleInterop": true, + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true } } diff --git a/desktop/flipper-plugin/src/data-source/package.json b/desktop/flipper-plugin/src/data-source/package.json index aee1fe6ef..495494336 100644 --- a/desktop/flipper-plugin/src/data-source/package.json +++ b/desktop/flipper-plugin/src/data-source/package.json @@ -10,8 +10,8 @@ "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { - "build": "microbundle --tsconfig flipper-data-source.tsconfig.json --compress --jsx React.createElement", - "watch": "microbundle --tsconfig flipper-data-source.tsconfig.json --compress --jsx React.createElement watch" + "build": "microbundle --tsconfig flipper-data-source.tsconfig.json --no-compress --jsx React.createElement", + "watch": "microbundle --tsconfig flipper-data-source.tsconfig.json --no-compress --jsx React.createElement watch" }, "files": [ "lib/"