mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +00:00
9 lines
134 B
JSON
9 lines
134 B
JSON
{
|
|
"extends": "@openstapps/tsconfig",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["*.js"]
|
|
}
|