Files

16 lines
318 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",
"declaration": true,
"outDir": "./lib/types",
"rootDir": "./src",
"strict": false,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["src/**/*"]
}