mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Simplify TypeScript configuration
This commit is contained in:
parent
f306b4af9f
commit
7e3b61be7a
@ -1,12 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extends": "@gplane/tsconfig",
|
"extends": "@gplane/tsconfig",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"declaration": false,
|
"target": "esnext",
|
||||||
"allowJs": true,
|
|
||||||
"target": "es2015",
|
|
||||||
"module": "commonjs",
|
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"resolveJsonModule": true,
|
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
Loading…
Reference in New Issue
Block a user