1
0
Fork 0
mirror of synced 2024-08-13 00:51:22 +12:00
budibase/packages/string-templates/tsconfig.json

13 lines
211 B
JSON
Raw Normal View History

{
"include": ["src/**/*"],
2023-04-13 23:43:39 +12:00
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
2023-04-03 20:10:23 +12:00
"esModuleInterop": true,
2023-04-13 23:43:39 +12:00
"types": ["node"]
}
}