Simplify TypeScript configuration

This commit is contained in:
Pig Fang 2019-12-03 15:41:31 +08:00
parent f306b4af9f
commit 7e3b61be7a

View File

@ -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": {