forked from dojo/dojo1-dstore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
31 lines (31 loc) · 697 Bytes
/
tsconfig.json
File metadata and controls
31 lines (31 loc) · 697 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
26
27
28
29
30
31
{
"version": "1.5.0",
"compilerOptions": {
"declaration": false,
"module": "umd",
"noImplicitAny": true,
"outDir": "_build/",
"removeComments": false,
"sourceMap": true,
"target": "es5"
},
"filesGlob": [
"./typings/tsd.d.ts",
"./src/**/*.ts",
"./tests/**/*.ts"
],
"files": [
"./typings/tsd.d.ts",
"./src/QueryMethod.ts",
"./src/interfaces.d.ts",
"./tests/intern-local.ts",
"./tests/intern.ts",
"./tests/typings/chai/chai.d.ts",
"./tests/typings/digdug/digdug.d.ts",
"./tests/typings/dojo2/dojo.d.ts",
"./tests/typings/intern/intern.d.ts",
"./tests/typings/leadfoot/leadfoot.d.ts",
"./tests/typings/node/node.d.ts",
"./tests/typings/tsd.d.ts"
]
}