2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-17 19:21:21 +03:00

Add basic typescript declarations

This commit is contained in:
Alexander Shabunevich
2020-11-29 19:31:41 +03:00
parent ea6f31babd
commit ffde6a5140
16 changed files with 74 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "types"
},
"include": ["src/index.js"],
}