Files

9 lines
169 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"types": ["node"]
}
}