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/test/tsconfig.json

11 lines
195 B
JSON
Raw Normal View History

2021-05-23 17:38:54 -04:00
{
"compilerOptions": {
2021-05-25 00:08:36 -04:00
"module": "esnext",
2021-05-23 17:38:54 -04:00
"moduleResolution": "node",
2021-05-25 00:08:36 -04:00
"target": "es2020",
"allowSyntheticDefaultImports": true
2021-05-23 17:38:54 -04:00
},
"include": [
"**/*.ts"
]
}