@coursebuilder/core
Version:
Core package for Course Builder
38 lines (37 loc) • 804 B
JSON
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"baseUrl": ".",
"declaration": true,
"declarationMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"module": "ESNext",
"moduleResolution": "node",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"stripInternal": true,
"target": "es2020",
"outDir": ".",
"rootDir": "src"
},
"include": [".eslintrc.cjs", "src/**/*"],
"exclude": [
"node_modules",
"*.js",
"*.d.ts",
"lib",
"providers",
"inngest",
"schemas"
]
}