{ "compilerOptions": { "outDir": "dist/js", "target": "ES6" }, "include": ["app/*/"] }
"scripts": { "test": "echo "Error: no test specified" && exit 1", "server": "lite-server --baseDir=dist", "start": "concurrently "npm run watch" "npm run server"", "compile": "tsc" },