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

15 lines
310 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 10",
"compilerOptions": {
"lib": ["es2018"],
"module": "commonjs",
"target": "es2018",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}