UNPKG

2.48 kBJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES6",
4 "lib": [
5 "es7",
6 "es2015",
7 "es2016",
8 "es2017",
9 "dom"
10 ],
11 "module": "commonjs",
12 "moduleResolution": "node",
13 "declaration": true,
14 "emitDecoratorMetadata": true,
15 "jsx": "react",
16 "experimentalDecorators": true,
17 "preserveConstEnums": true,
18 "allowSyntheticDefaultImports": true,
19 "inlineSourceMap": true,
20 "baseUrl": "/Users/jglanz/Development/densebrain/epictask-workspace/typestore/packages/typestore/src",
21 "paths": {
22 "typestore": [
23 "index"
24 ],
25 "typestore/*": [
26 "*"
27 ],
28 "typestore-mocks": [
29 "../../typestore-mocks/src/index"
30 ],
31 "typestore-mocks/*": [
32 "../../typestore-mocks/src/*"
33 ],
34 "typestore-plugin-dynamodb": [
35 "../../typestore-plugin-dynamodb/src/index"
36 ],
37 "typestore-plugin-dynamodb/*": [
38 "../../typestore-plugin-dynamodb/src/*"
39 ],
40 "typestore-plugin-cloudsearch": [
41 "../../typestore-plugin-cloudsearch/src/index"
42 ],
43 "typestore-plugin-cloudsearch/*": [
44 "../../typestore-plugin-cloudsearch/src/*"
45 ],
46 "typestore-plugin-indexeddb": [
47 "../../typestore-plugin-indexeddb/src/index"
48 ],
49 "typestore-plugin-indexeddb/*": [
50 "../../typestore-plugin-indexeddb/src/*"
51 ],
52 "typestore-example-node": [
53 "../../typestore-example-node/src/index"
54 ],
55 "typestore-example-node/*": [
56 "../../typestore-example-node/src/*"
57 ],
58 "typestore-example-webpack": [
59 "../../typestore-example-webpack/src/index"
60 ],
61 "typestore-example-webpack/*": [
62 "../../typestore-example-webpack/src/*"
63 ],
64 "typestore-plugin-pouchdb": [
65 "../../typestore-plugin-pouchdb/src/index"
66 ],
67 "typestore-plugin-pouchdb/*": [
68 "../../typestore-plugin-pouchdb/src/*"
69 ]
70 }
71 },
72 "exclude": [
73 "node_modules",
74 "**/node_modules",
75 "dist",
76 "**/dist"
77 ]
78}
\No newline at end of file