CoastalCommitsPastes/server/node_modules/@tsconfig/node12/tsconfig.json
2022-03-06 16:46:59 -08:00

15 lines
356 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 12",
"compilerOptions": {
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
"module": "commonjs",
"target": "es2019",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}