blob: eb5210bfca9c406b5469d82ff75cc7c8347045b2 [file] [log] [blame]
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"outDir": "./lib",
"declaration": false
},
"exclude": ["node_modules", "**/__tests__/**/*", "temp/**", "demo/**"]
}