2022-02-09 23:59:34 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"display": "React Library",
|
|
|
|
"extends": "./base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"lib": ["ES2015"],
|
|
|
|
"module": "ESNext",
|
|
|
|
"target": "ES6",
|
|
|
|
"jsx": "react-jsx"
|
2022-08-03 19:18:26 +00:00
|
|
|
},
|
|
|
|
"include": [".", "../types/next-auth.d.ts"],
|
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
2022-02-09 23:59:34 +00:00
|
|
|
}
|