Files
xahau.js/packages/xrpl/tsconfig.docs.json

14 lines
301 B
JSON

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