budibase/packages/string-templates/tsconfig.json

10 lines
161 B
JSON
Raw Normal View History

{
2024-12-05 13:01:47 +01:00
"extends": "../../tsconfig.build.json",
"compilerOptions": {
2024-02-21 21:10:53 +01:00
"lib": ["dom"],
2024-12-05 13:01:47 +01:00
"baseUrl": ".",
"outDir": "dist"
},
"include": ["src/**/*"]
}