UNPKG

298 BJSONView Raw
1{
2 "compilerOptions": {
3 "newLine": "lf",
4 "sourceMap": false,
5 "outDir": "dist",
6 "target": "es5",
7 "removeComments": true,
8 "rootDir": "./src"
9 },
10 "exclude": [
11 "tests",
12 "node_modules",
13 "output",
14 "samples"
15 ]
16}
\No newline at end of file