mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-16 03:06:16 +00:00
8 lines
125 B
JSON
8 lines
125 B
JSON
{
|
|
"extends": "@openstapps/tsconfig",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node"
|
|
}
|
|
}
|