1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +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-04-03 20:10:23 +12:00
"esModuleInterop": true,
"types": ["node", "jest"]
}
}