Simplify TypeScript configuration
This commit is contained in:
parent
f306b4af9f
commit
7e3b61be7a
|
|
@ -1,12 +1,8 @@
|
|||
{
|
||||
"extends": "@gplane/tsconfig",
|
||||
"compilerOptions": {
|
||||
"declaration": false,
|
||||
"allowJs": true,
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"noEmit": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user