A world-class math input for the web
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "strict": true,
7 "skipLibCheck": true,
8 "esModuleInterop": true,
9 "forceConsistentCasingInFileNames": true,
10 "baseUrl": ".",
11 "paths": {
12 "@caret-js/*": ["packages/*/src/index.ts"]
13 }
14 },
15 "exclude": ["node_modules", "dist"]
16}