{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"baseUrl": "."
},
"include": ["**/*.js", "**/*.ts"],
"exclude": ["node_modules", "dist"]
}