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

14 lines
329 B
JSON
Raw Normal View History

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"
},
"include": [".", "../types/next-auth.d.ts"],
"exclude": ["dist", "build", "node_modules"]
2022-02-09 23:59:34 +00:00
}