mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
* refactor: initial monorepo * chore: remove accidentally commited repos * chore: remove accidentally commited repos * feat: more progress * feat: finally monorepo done * feat: move away from pocketbase * fix: seren's reviews and schema frontend login errors * fix: for some reason didn't remove await lol
18 lines
401 B
JSON
18 lines
401 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
// "lib": ["ES2019", "ES2021.String"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"isolatedModules": true,
|
|
"declaration": true
|
|
},
|
|
"exclude": []
|
|
} |