api entities
This commit is contained in:
5
www/.prettierrc.json
Normal file
5
www/.prettierrc.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"semi": true,
|
||||
"trailingComma": "all",
|
||||
"singleQuote": true
|
||||
}
|
@ -2,6 +2,7 @@
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"sourceMap": false,
|
||||
"strictNullChecks": true,
|
||||
"paths": {
|
||||
"@core": ["../core/src"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user