UNPKG

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