This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
weekbudget/frontend/tsconfig.json
2019-05-30 15:29:56 +03:00

12 lines
226 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "esnext",
"target": "esnext",
"jsx": "react",
"allowJs": true,
"sourceMap": true,
"moduleResolution": "node"
}
}