budibase/packages/string-templates/tsconfig.json

13 lines
211 B
JSON
Raw Normal View History

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