feat(package): interface definitions

This commit is contained in:
Luke
2022-09-14 13:50:32 +02:00
parent 863ac03ca3
commit 4f0cc4c7c5
17 changed files with 355 additions and 0 deletions

9
package/.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"printWidth": 120,
"singleQuote": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"bracketSpacing": true,
"trailingComma": "es5"
}