Files
stocca-tre/server/tsconfig.json
2022-06-29 08:24:00 +02:00

8 lines
110 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"allowJs": false,
"lib": [ "ES2021" ]
}
}