work-sample/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2022-11-09 07:19:59 -08:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}