Live video on the AT Protocol
at eli/oatproxy-panic 11 lines 220 B view raw
1{ 2 "extends": "../app/tsconfig.base.json", 3 "compilerOptions": { 4 "rootDir": "./src", 5 "outDir": "./dist", 6 "jsx": "react-jsx", 7 "module": "commonjs", 8 "skipLibCheck": true 9 }, 10 "include": ["./src"] 11}