SimpleVSC/tsconfig.json

14 lines
299 B
JSON
Raw Normal View History

2021-08-09 20:43:58 +00:00
{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"moduleResolution": "Node",
"sourceMap": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}