mirror of
https://github.com/garraflavatra/trmclr.git
synced 2024-11-21 21:38:57 +01:00
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"include": [
|
|
"index.mjs"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|