This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/tsconfig.json

12 lines
201 B
JSON
Raw Normal View History

2022-12-20 17:07:24 +00:00
{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"moduleResolution": "node",
"esModuleInterop": true,
2023-04-16 18:58:25 +00:00
"strict": true,
"allowJs": true,
"checkJs": true
2022-12-20 17:07:24 +00:00
}
}