UNPKG

607 BJSONView Raw
1{
2 "compilerOptions":{
3 "target":"ES5",
4 "lib":["DOM","ES5","ES6","ES2015.Iterable","ES2015.Promise"],
5 "sourceMap":true,
6 "experimentalDecorators":true,
7 "module":"commonjs"
8 },
9 "include":[
10 "index.ts",
11 "lib/*.ts",
12 "cli/**/*.ts",
13 "lib/**/*.ts",
14 "service/*.ts",
15 "route/*.ts",
16 "decorator/*.ts",
17 "spec/*.ts",
18 "spec/decorator.ts",
19 "spec/type.d.ts",
20 "spec/service.ts",
21 "spec/*.d.ts",
22 "frontend/src/script/*.ts",
23 "frontend/src/script/service/*.ts"
24 ]
25}