rayjs/examples/tsconfig.json

9 lines
178 B
JSON
Raw Permalink Normal View History

2023-05-14 20:19:47 +00:00
{
2023-05-21 20:32:50 +00:00
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
// get intellisense for the available platform APIs
"lib": ["es2020"]
2023-05-14 20:19:47 +00:00
}
2023-05-21 20:32:50 +00:00
}