150 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowSyntheticDefaultImports": true,
4 "declaration": true // seems necessary when using in a browser project??
5 }
6}