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

13 lines
191 B
JSON
Raw Normal View History

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