rayjs/examples/tsconfig.json

9 lines
117 B
JSON
Raw Normal View History

2023-05-14 20:19:47 +00:00
{
2023-05-21 20:32:50 +00:00
"compilerOptions": {
"allowJs": true,
"target": "es2020",
"lib": [
"ES2020"
]
2023-05-14 20:19:47 +00:00
}
2023-05-21 20:32:50 +00:00
}