fireactions/server/tsconfig.json

9 lines
139 B
JSON
Raw Permalink Normal View History

2023-06-19 21:59:44 +00:00
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"noEmit": true
}
}