CoastalCommitsPastes/server/node_modules/@tsconfig/node12/tsconfig.json

16 lines
356 B
JSON
Raw Normal View History

2022-03-06 19:46:59 -05:00
{
"$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
}
}