mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
14 lines
301 B
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"]
|
|
}
|