Files
xahau.js/packages/xrpl/tsconfig.docs.json
2023-02-03 16:37:24 -06:00

13 lines
278 B
JSON

{
"compilerOptions": {
"outDir": "./dist/docs",
"jsx": "react",
"jsxFactory": "JSX.createElement",
"jsxFragmentFactory": "JSX.Fragment",
"lib": ["es2015", "dom"],
"module": "commonjs",
"esModuleInterop": true
},
"include": ["./typedoc.tsx"],
}