UNPKG

216 BJSONView Raw
1{
2 "extends": "<%= rootTsConfigPath %>",<% if (js) { %>
3 "compilerOptions": {
4 "allowJs": true
5 },<% } %>
6 "files": [],
7 "include": [],
8 "references": [
9 {
10 "path": "./tsconfig.lib.json"
11 }
12 ]
13}