2023-01-17 13:32:04 +00:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
2023-01-20 14:18:05 +00:00
|
|
|
"include": ["12", "16", "20", "reactions"],
|
2023-01-17 13:32:04 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist",
|
|
|
|
"declarationDir": "dist/types",
|
|
|
|
"resolveJsonModule": true
|
|
|
|
}
|
|
|
|
}
|