rayjs/examples/tsconfig.json

9 lines
117 B
JSON

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