UNPKG

218 BJSONView Raw
1{
2 // extend your base config so you don't have to redefine your compilerOptions
3 "extends": "./tsconfig.json",
4 "include": [
5 "**/**/*.*"
6 ],
7 "exclude": [
8 "node_modules",
9 "scaffold",
10 "lib"
11 ],
12}