Zalvena/packages/web/tsconfig.json

16 lines
334 B
JSON
Raw Permalink Normal View History

2023-04-02 12:43:28 +01:00
{
2025-02-20 19:16:44 -05:00
"compilerOptions": {
"target": "es2022",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"types": ["@types"]
},
"declaration": true,
"declarationDir": "./dist"
}
2023-04-02 12:43:28 +01:00
}