GroupUp/tsconfig.json

7 lines
93 B
JSON
Raw Permalink Normal View History

2022-07-10 17:33:14 -07:00
{
"compilerOptions": {
"allowJs": true,
"lib": ["es2022"],
"strict": true
}
}