mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +03:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "types"
|
|
},
|
|
"include": ["src/index.js"],
|
|
}
|