webring/src/tsconfig.json

7 lines
86 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": ["node"]
}
}