fireactions/agent/tsconfig.json

9 lines
157 B
JSON
Raw Normal View History

2023-06-04 16:08:11 +00:00
{
"extends": "@tsconfig/node16/tsconfig.json",
"exclude": ["build.js/", "build/"],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}