dfklfg/tsconfig.json
ennmichael 5ad4971fc0
Add prettier formatting (#214)
* chore: add prettier

* chore: format codebase
2023-02-07 20:04:50 +00:00

12 lines
221 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"target": "es6",
"jsx": "react-jsx",
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}