This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
vogue/tsconfig.json

11 lines
195 B
JSON
Raw Normal View History

2021-05-20 00:19:25 -04:00
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*.ts"
]
}