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