1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2024-11-21 21:38:57 +01:00
trmclr/tsconfig.json
2024-08-09 15:17:30 +02:00

13 lines
191 B
JSON

{
"include": [
"index.mjs"
],
"compilerOptions": {
"module": "Node16",
"outDir": "dist",
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true
}
}