rayjs/examples/tsconfig.json

9 lines
178 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true,
// get intellisense for the available platform APIs
"lib": ["es2020"]
}
}