TheArtificer/tsconfig.json

7 lines
93 B
JSON
Raw Normal View History

2022-05-20 08:29:09 -07:00
{
"compilerOptions": {
"allowJs": true,
"lib": ["es2022"],
"strict": true
}
}