UNPKG

172 BJSONView Raw
1{
2 "extends": "../burst-ts-config/tsconfig.json",
3 "compilerOptions": {
4 "typeRoots": ["../../node_modules/@types", "../burst-types"]
5 },
6 "include": ["src/**/*"]
7}