You've already forked AstralRinth
forked from didirus/AstralRinth
Fix relativeTime dayjs plugin import (#111)
This commit is contained in:
@@ -20,8 +20,10 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./lib/*"]
|
||||
"@/*": ["./lib/*"],
|
||||
"@": ["./lib/index.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["lib/**/*.js", "lib/**/*.ts", "lib/**/*.d.ts", "lib/**/*.tsx", "lib/**/*.vue"],
|
||||
|
||||
Reference in New Issue
Block a user