blob: d1d75514921a5152a3c23f4fa9a5501533555aa3 [file] [log] [blame]
Samuel Shuert274a4d62023-12-01 15:04:55 -05001{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "display": "Node 14",
4
5 "compilerOptions": {
6 "lib": ["es2020"],
7 "module": "commonjs",
8 "target": "es2020",
9
10 "strict": true,
11 "esModuleInterop": true,
12 "skipLibCheck": true,
13 "forceConsistentCasingInFileNames": true,
14 "moduleResolution": "node"
15 }
16}