thenavisapp
Version:
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
28 lines (27 loc) • 843 B
JSON
{
"compilerOptions": {
"target": "es2019",
"module": "Node16",
"moduleResolution": "Node16",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"composite": true
},
"references": [{ "path": "packages/parse5/tsconfig.json" }],
"typedocOptions": {
"entryPoints": ["packages/*"],
"out": "docs/build",
"name": "parse5",
"readme": "README.md",
"emit": "docs",
"excludeInternal": true,
"entryPointStrategy": "packages"
}
}