1
0
mirror of https://github.com/garraflavatra/trmclr.git synced 2025-01-18 19:07:58 +00:00
trmclr/tsconfig.json

13 lines
191 B
JSON
Raw Normal View History

2022-10-09 08:10:43 +00:00
{
2024-08-09 12:03:36 +00:00
"include": [
2024-08-09 13:17:30 +00:00
"index.mjs"
2024-08-09 12:03:36 +00:00
],
2022-10-09 08:10:43 +00:00
"compilerOptions": {
2024-08-09 13:17:30 +00:00
"module": "Node16",
"outDir": "dist",
2024-08-09 12:03:36 +00:00
"allowJs": true,
2022-10-09 08:10:43 +00:00
"declaration": true,
2024-08-09 12:03:36 +00:00
"emitDeclarationOnly": true
}
2022-10-09 08:10:43 +00:00
}