UNPKG

291 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es6",
4 "module": "commonjs",
5 "removeComments": true,
6 "sourceMap": true,
7 "inlineSources": true,
8 "moduleResolution": "node",
9 "outDir": "./lib",
10 "src": ["src/**/*.ts"]
11 },
12 "exclude": [
13 "node_modules",
14 "typings"
15 ]
16}
\No newline at end of file