🔧(compilation) setup tsconfig package
Add a shared package for tsconfigs splitted between node and frontend concerns to centralize our standards.
This commit is contained in:
9
packages/tsconfig/react.json
Normal file
9
packages/tsconfig/react.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"module": "esnext",
|
||||
"sourceMap": true,
|
||||
"target": "es6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user