1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-20 16:33:45 +02:00
HNReader/web/tsconfig.json

11 lines
222 B
JSON
Raw Normal View History

2021-04-08 22:29:27 +02:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
// this enables stricter inference for data properties on `this`
"strict": true,
"jsx": "preserve",
"moduleResolution": "node"
}
}