Skip to content

Instantly share code, notes, and snippets.

View RiverTwilight's full-sized avatar

René Wang RiverTwilight

View GitHub Profile
@RiverTwilight
RiverTwilight / tsconfig.json
Created November 12, 2022 05:55
TS/JS config with alias
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"module": "commonjs",
"strict": false,
"noImplicitAny": false,
"forceConsistentCasingInFileNames": true,