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",
|
||||
"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