homepage / simple-notes /tsconfig.json
liewchooichin's picture
simple notes app
8196597 verified
raw
history blame
90 Bytes
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
}
}