A world-class math input for the web
at main 9 lines 160 B view raw
1{ 2 "extends": "../../tsconfig.json", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "rootDir": "../", 6 "outDir": "./dist" 7 }, 8 "include": ["./src"] 9}