1
0
Fork 0
mirror of synced 2024-07-20 05:35:58 +12:00
budibase/packages/string-templates/tsconfig.json

13 lines
233 B
JSON
Raw Normal View History

{
"include": ["src/**/*"],
"compilerOptions": {
2024-02-22 09:10:53 +13:00
"target": "es6",
"moduleResolution": "node",
"lib": ["dom"],
"allowJs": true,
"outDir": "dist",
2023-03-03 22:43:26 +13:00
"esModuleInterop": true,
"types": ["node", "jest"]
}
}