MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1{
2 "compilerOptions": {
3 "noEmit": true,
4 "strict": true,
5 "noImplicitAny": true,
6 "target": "ES2024",
7 "module": "ESNext",
8 "moduleResolution": "bundler",
9 "lib": ["ES2024", "DOM", "DOM.Iterable"],
10 "typeRoots": ["./node_modules/@types", "./src/types"]
11 },
12 "include": ["src/types/**/*.d.ts", "src/core/**/*", "examples/**/*"]
13}