dappconnect-sdks/packages/icons/tsconfig.json

11 lines
236 B
JSON
Raw Normal View History

2023-01-17 13:32:04 +00:00
{
"extends": "../../tsconfig.base.json",
"include": ["12", "16", "20", "reactions", "./react-native-svg.d.ts"],
2023-01-17 13:32:04 +00:00
"compilerOptions": {
"outDir": "./dist",
"declarationDir": "dist/types",
"resolveJsonModule": true
}
}