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:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "types"
|
||||
},
|
||||
"include": ["src/index.js"],
|
||||
}
|
||||
Reference in New Issue
Block a user