TheArtificer/tsconfig.json

7 lines
93 B
JSON

{
"compilerOptions": {
"allowJs": true,
"lib": ["es2022"],
"strict": true
}
}