KristaHyer
Results
1
issues of
KristaHyer
Using this tsconfig.json I can get the example code to build without error. tsconfig.json: ``` { "compilerOptions": { "lib": ["ES2022"], "outDir": "./dist", "rootDir": "./src", "target": "ES2022", "module": "commonjs", "moduleResolution": "node",...