macsync/scripts/tsconfig.json

11 lines
179 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true
},
"include": ["."]
}