blob: 148c41b312da879bd4695f6d6c4cee2d2cc69684 [file] [log] [blame]
Philipp Schrader175a93c2023-02-19 13:13:40 -08001{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "allowSyntheticDefaultImports": true,
5 "lib": ["es2021"]
6 }
7}