cal.pub0.org/packages/tsconfig/react-library.json

14 lines
352 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"module": "ESNext",
"target": "ES5",
"jsx": "react-jsx"
},
"include": [".", "../types/next-auth.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}