fireactions/rootfs/tsconfig.json

9 lines
157 B
JSON
Raw Normal View History

2023-05-31 14:18:11 +00:00
{
"extends": "@tsconfig/node16/tsconfig.json",
"exclude": ["build.js/", "build/"],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}