apkit/tsconfig.json

9 lines
157 B
JSON
Raw Permalink Normal View History

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