Files
stuffbox-sdk/tsconfig.examples.json
T
cyph3rasi 73a3279d5c Publish the SDK under the Gnosys Labs npm organization
Hop-State: A_06FPAHQDE2YC3AQWGQGNQN0
Hop-Proposal: R_06FPAHP3Q77W9A2D641H4SR
Hop-Task: T_06FPAH33SHXWSFZ2V45R2Z8
Hop-Attempt: AT_06FPAH33SGNKEM8JTS1KX70
2026-07-15 03:16:14 -07:00

16 lines
390 B
JSON

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": false,
"jsx": "react-jsx",
"noEmit": true,
"rootDir": ".",
"paths": {
"@gnosyslabs/stuffbox-sdk": ["./src/index.ts"],
"@gnosyslabs/stuffbox-sdk/react": ["./src/react/index.ts"]
}
},
"include": ["src/**/*.ts", "examples/**/*.ts", "examples/**/*.tsx"]
}