UNPKG

361 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es2017",
4 "module": "es2015",
5 "moduleResolution": "node",
6 "strict": true,
7 "noUnusedLocals": true,
8 "noImplicitReturns": true,
9 "noImplicitAny": true,
10 "noImplicitThis": true,
11 "esModuleInterop": true,
12 "baseUrl": ".",
13 "paths": {
14 "*": [
15 "declarations/*"
16 ]
17 }
18 }
19}