OSDN Git Service

Arranged Test environment.
[eos/zephyr.git] / front-end / tsconfig.json
1 {
2   "compilerOptions": {
3     "target": "es5",
4     "sourceMap": true,
5     "module": "commonjs",
6     "outFile": "./dist/bundle.js",
7     "removeComments": true
8   },
9   "files": [
10       "app/scripts/reference.ts",
11       "./app/scripts/App.ts"
12   ]
13 }