rayjs/examples/tsconfig.json

8 lines
119 B
JSON
Raw Normal View History

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