diff --git a/tsconfig.json b/tsconfig.json index 5646b68..f832b17 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "compilerOptions": { "strict": true, "forceConsistentCasingInFileNames":true, + "outFile": "dist/main.js", + "outDir": "dist/compiled", "allowJs": true, "lib": ["es2015"], "baseUrl": "./", @@ -13,6 +15,7 @@ "src/*" ], "vue": ["node_modules/vue"] - } + }, }, + "include": ["src/**/*.ts"] } \ No newline at end of file