forge/tools/doc-plugin/tsconfig.json

20 строки
409 B
JSON

{
"include": ["src"],
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"strict": true,
"outDir": "dist",
"esModuleInterop": true,
"jsx": "react",
"jsxFactory": "JSX.createElement",
"jsxFragmentFactory": "JSX.Fragment"
},
"exclude": ["src/assets"]
}