BBLib/tsconfig.json

7 lines
93 B
JSON
Raw Permalink Normal View History

2023-06-10 13:06:11 -07:00
{
"compilerOptions": {
"allowJs": true,
"lib": ["es2022"],
"strict": true
}
}