Add a shared package for tsconfigs splitted between node and frontend concerns to centralize our standards.
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"module": "esnext",
|
|
"sourceMap": true,
|
|
"target": "es6"
|
|
}
|
|
}
|