Files
cunningham/packages/tsconfig/react.json
Nathan Vasse 16172e7a00 🔧(compilation) setup tsconfig package
Add a shared package for tsconfigs splitted between node and frontend concerns
to centralize our standards.
2022-12-07 17:07:18 +01:00

10 lines
146 B
JSON

{
"extends": "./base.json",
"compilerOptions": {
"jsx": "react",
"module": "esnext",
"sourceMap": true,
"target": "es6"
}
}