Allow to set Syncthing rescanInterval parameter.
[src/xds/xds-server.git] / webapp / tsconfig.json
1 {
2   "compilerOptions": {
3     "outDir": "dist/app",
4     "target": "es5",
5     "module": "commonjs",
6     "moduleResolution": "node",
7     "sourceMap": true,
8     "emitDecoratorMetadata": true,
9     "experimentalDecorators": true,
10     "removeComments": false,
11     "noImplicitAny": false
12   },
13   "exclude": [
14     "gulpfile.ts",
15     "node_modules"
16   ]
17 }