blob: 11eedb7a25d62de81ef0d4a05ee536baaa5c8996 [file] [log] [blame]
{
"extends": "@tsconfig/docusaurus/tsconfig.json",
// "compilerOptions": {
// "allowJs": true,
// "target": "es5",
// "module": "esnext",
// "lib": ["esnext", "DOM", "dom", "dom.iterable"],
// /* Module Resolution and InterOp */
// "moduleResolution": "node",
// "allowSyntheticDefaultImports": true,
// "esModuleInterop": true,
// /* Module Resolution and InterOp */
// },
"include": ["src/"],
"exclude": ["node_modules", "**/lib/**/*"]
}