UNPKG

186 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES6",
4 "baseUrl": ".",
5 "paths": {
6 "*": ["src/*"]
7 },
8 "moduleResolution": "node",
9 "maxNodeModuleJsDepth": 1
10 },
11 "include": ["src/**/*"]
12}