add flatastic api
This commit is contained in:
@@ -20,16 +20,14 @@
|
||||
"@components/*": ["src/components/*"],
|
||||
"@store/*": ["src/store/*"],
|
||||
"@api/*": ["src/api/*"],
|
||||
"@types/*": ["src/types/*"]
|
||||
"@types/*": ["src/types/*"],
|
||||
"@thunks/*": ["src/store/thunks/*"],
|
||||
"@slices/*": ["src/store/slices/*"],
|
||||
},
|
||||
|
||||
/* Linting */
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user