websocket-canvas/node_modules/@tsconfig/recommended/tsconfig.json

12 lines
282 B
JSON
Raw Normal View History

2021-08-24 17:21:14 +00:00
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended"
}