-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtsconfig.base.json
More file actions
75 lines (75 loc) · 2.24 KB
/
Copy pathtsconfig.base.json
File metadata and controls
75 lines (75 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"experimentalDecorators": true,
"downlevelIteration": true,
"importHelpers": true,
"jsx": "react",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": false,
"noImplicitThis": true,
"noUnusedLocals": true,
"sourceMap": true,
"strictNullChecks": true,
"skipLibCheck": true,
"strictFunctionTypes": true,
"target": "es5",
"module": "esnext",
"lib": [
"dom",
"es5",
"scripthost",
"es2015.core",
"es2015.collection",
"es2015.symbol",
"es2015.iterable",
"es2015.promise",
"es2016.array.include"
],
"types": ["jest", "react","react-router","history", "enzyme", "css-color-names", "jest-styled-components", "styled-components", "linkify-it", "url-search-params"],
"typeRoots": ["./typings", "./node_modules/@types"]
},
"files": [
"./typings/atlaskit.d.ts",
"./typings/blueimp-load-image.d.ts",
"./typings/deep-equal.d.ts",
"./typings/deepcopy.d.ts",
"./typings/events.d.ts",
"./typings/fetch-mock.d.ts",
"./typings/jest-in-case.d.ts",
"./typings/jest.frameworkSetup.d.ts",
"./typings/json.d.ts",
"./typings/lodash.constant.d.ts",
"./typings/lodash.debounce.d.ts",
"./typings/lodash.throttle.d.ts",
"./typings/lodash.times.d.ts",
"./typings/lodash.last.d.ts",
"./typings/lodash.matches.d.ts",
"./typings/lodash.merge.d.ts",
"./typings/lodash.sample.d.ts",
"./typings/lodash.isequal.d.ts",
"./typings/node.d.ts",
"./typings/package.json.d.ts",
"./typings/pdfjs-dist.d.ts",
"./typings/png-chunks-extract.d.ts",
"./typings/postis.d.ts",
"./typings/prosemirror-markdown.d.ts",
"./typings/prosemirror-dev-tools.d.ts",
"./typings/p-wait-for.d.ts",
"./typings/querystring.d.ts",
"./typings/raf-schd.d.ts",
"./typings/raf-stub.d.ts",
"./typings/rusha.d.ts",
"./typings/scrollparent.d.ts",
"./typings/snake-case.d.ts",
"./typings/static-assets.d.ts",
"./typings/url.d.ts",
"./typings/url-search-params.d.ts",
"./typings/uuid.d.ts",
"./typings/webpack.d.ts"
]
}