rayjs/bindings/tsconfig.json

11 lines
212 B
JSON
Raw Permalink Normal View History

2023-05-06 21:43:40 +00:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"outDir": "dist",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true
}
}