Restyled by prettier-json
This commit is contained in:
parent
a76f0d71c4
commit
793c9244f8
1 changed files with 14 additions and 46 deletions
|
@ -1,11 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2019",
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
|
@ -18,48 +14,20 @@
|
|||
"isolatedModules": true,
|
||||
"outDir": "./build",
|
||||
"baseUrl": "./src",
|
||||
"typeRoots": [
|
||||
"/types/common",
|
||||
"./node_modules/@types"
|
||||
],
|
||||
"typeRoots": ["/types/common", "./node_modules/@types"],
|
||||
"paths": {
|
||||
"@interface/*": [
|
||||
"Interfaces/*"
|
||||
],
|
||||
"@root/*": [
|
||||
"*"
|
||||
],
|
||||
"@config/*": [
|
||||
"config/*"
|
||||
],
|
||||
"@logger": [
|
||||
"logger"
|
||||
],
|
||||
"@database": [
|
||||
"database"
|
||||
],
|
||||
"@schedules": [
|
||||
"schedules"
|
||||
],
|
||||
"@handlers/*": [
|
||||
"handlers/*"
|
||||
],
|
||||
"@helpers/*": [
|
||||
"helpers/*"
|
||||
],
|
||||
"@locale": [
|
||||
"locale"
|
||||
],
|
||||
"@schemas/*": [
|
||||
"database/schemas/*"
|
||||
]
|
||||
"@interface/*": ["Interfaces/*"],
|
||||
"@root/*": ["*"],
|
||||
"@config/*": ["config/*"],
|
||||
"@logger": ["logger"],
|
||||
"@database": ["database"],
|
||||
"@schedules": ["schedules"],
|
||||
"@handlers/*": ["handlers/*"],
|
||||
"@helpers/*": ["helpers/*"],
|
||||
"@locale": ["locale"],
|
||||
"@schemas/*": ["database/schemas/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
],
|
||||
"exclude": [
|
||||
"./node_modules",
|
||||
"./test"
|
||||
]
|
||||
"include": ["./src"],
|
||||
"exclude": ["./node_modules", "./test"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue