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