blob: a23d43e18de5b0c5df42f88f338c613a94f5dd4f [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001{
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 "${artifactId}-gui-lib": [
22 "dist/${artifactId}-gui-lib"
23 ],
24 "${artifactId}-gui-lib/*": [
25 "dist/${artifactId}-gui-lib/*"
26 ]
27 }
28 }
29}