blob: c08dd63e80c4129d7d209ebdd2a6b739a81baf7f [file] [log] [blame]
Sean Condonff85fbe2019-03-16 14:28:46 +00001{
2 "compileOnSave": false,
3 "compilerOptions": {
4 "baseUrl": "./",
5 "outDir": "./dist/out-tsc",
6 "sourceMap": true,
7 "declaration": false,
8 "module": "es2015",
9 "moduleResolution": "node",
10 "emitDecoratorMetadata": true,
11 "experimentalDecorators": true,
12 "target": "es5",
13 "typeRoots": [
14 "node_modules/@types"
15 ],
16 "lib": [
17 "es2018",
18 "dom"
19 ],
20 "paths": {
21 "gui2-topo-lib": [
22 "dist/gui2-topo-lib"
23 ],
24 "gui2-topo-lib/*": [
25 "dist/gui2-topo-lib/*"
26 ]
27 }
28 }
29}