Files
bot/packages/forge/blocks/qrcode/tsconfig.json

18 lines
293 B
JSON
Raw Normal View History

2024-01-11 12:39:58 +05:30
{
"extends": "../../../tsconfig/base.json",
2024-01-11 12:39:58 +05:30
"include": ["**/*.ts", "**/*.tsx"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "react",
"outDir": "dist"
},
"references": [
{
"path": "../../../lib"
},
{
"path": "../../core"
}
]
2024-01-11 12:39:58 +05:30
}