UNPKG

257 BJSONView Raw
1{
2 "extends" : "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "./spec",
5 "declaration": false,
6 "sourceMap": true
7 },
8 "include": [
9 "**/*.ts"
10 ],
11 "exclude": [
12 "lib",
13 "node_modules"
14 ]
15}
\No newline at end of file