This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
typescript-food-diary/tsconfig.json

12 lines
196 B
JSON
Raw Normal View History

2023-03-07 05:51:59 -06:00
{
"compilerOptions": {
"outDir": "dist/",
2023-03-07 05:51:59 -06:00
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node",
}
}