fireactions/agent/tsconfig.json
2023-06-04 13:08:11 -03:00

9 lines
157 B
JSON

{
"extends": "@tsconfig/node16/tsconfig.json",
"exclude": ["build.js/", "build/"],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}