apkit/tsconfig.json
2023-05-31 09:48:26 -03:00

9 lines
157 B
JSON

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