diff --git a/tsconfig.json b/tsconfig.json index 9c5e2615a..c2e34edae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "paths": { "@ionic-native/core": ["./dist/@ionic-native/core"] }, + "outDir": "dist", "rootDir": ".", "target": "es5", "skipLibCheck": true,