mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
13 lines
278 B
JSON
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"],
|
|
}
|