1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00
budibase/packages/string-templates/tsconfig.json

12 lines
218 B
JSON
Raw Normal View History

{
"include": ["src/**/*"],
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
2023-03-03 22:43:26 +13:00
"esModuleInterop": true,
"types": ["node", "jest"]
}
}