1
0
Fork 0
mirror of synced 2024-09-04 11:41:24 +12:00
budibase/packages/string-templates/tsconfig.json
2024-03-14 17:17:10 +01:00

12 lines
233 B
JSON

{
"include": ["src/**/*"],
"compilerOptions": {
"target": "es6",
"moduleResolution": "node",
"lib": ["dom"],
"allowJs": true,
"outDir": "dist",
"esModuleInterop": true,
"types": ["node", "jest"]
}
}