UNPKG

205 BJSONView Raw
1{
2 "ignore": [
3 "**/*.test.ts",
4 "**/*.spec.ts",
5 ".git",
6 "node_modules"
7 ],
8 "watch": [
9 "src",
10 "app"
11 ],
12 "exec": "npm start",
13 "ext": "ts"
14}
\No newline at end of file