rayjs/examples/tsconfig.json

8 lines
119 B
JSON

{
"compilerOptions": {
"allowJs": true,
"target": "es2020",
"lib": ["ES2020"]
}
}