UNPKG

133 BJSONView Raw
1{
2 "extends": "../tsconfig",
3 "compilerOptions": {
4 "sourceMap": true
5 },
6 "include": [
7 "./**/*",
8 "../src/**/*"
9 ]
10}