UNPKG

282 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./lib",
4 "rootDir": "./src",
5 "allowJs": true,
6 "sourceMap": true,
7 "inlineSources": true,
8 "esModuleInterop": true,
9 "importHelpers": true,
10 "target": "ES5"
11 },
12 "include": ["src/**/*"],
13 "exclude": ["node_modules"]
14}
\No newline at end of file