mirror of
https://github.com/garraflavatra/trmclr.git
synced 2024-11-22 07:47:34 +01:00
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"include": [
|
|
"index.js"
|
|
],
|
|
"compilerOptions": {
|
|
// Rread JS files, as normally they are ignored as source files
|
|
"allowJs": true,
|
|
// Generate d.ts files
|
|
"declaration": true,
|
|
// Only output d.ts files
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|