🔧(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/node.json
Normal file
9
packages/tsconfig/node.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./base.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es2017",
|
||||
"sourceMap": true,
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user