refactor: format and lint codebase (#971)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"extends": "../../../node_modules/@standardnotes/config/src/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"module": "commonjs",
|
||||
@@ -21,7 +22,7 @@
|
||||
"@/*": ["./*"],
|
||||
"@Controllers/*": ["./controllers/*"],
|
||||
"@Views/*": ["./views/*"],
|
||||
"@Services/*": ["./services/*"],
|
||||
"@Services/*": ["Services/*"],
|
||||
"@node_modules/*": ["../../../node_modules/*"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user