forked from mobxjs/mobx-state-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.json
More file actions
25 lines (25 loc) · 680 Bytes
/
Copy pathtsconfig.json
File metadata and controls
25 lines (25 loc) · 680 Bytes
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
{
"version": "2.0.0",
"compilerOptions": {
"target": "es5",
"sourceMap": true,
"declaration": true,
"module": "es2015",
"removeComments": false,
"outDir": "lib/",
"noImplicitAny": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"strictNullChecks": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"importHelpers": true,
"lib": [
"dom", "es2015", "scripthost", "es2015.promise", "es2015.generator", "es2015.iterable"
]
},
"files": [
"src/index.ts"
]
}