electerm-sync
Version:
electerm sync API wrapper.
17 lines (16 loc) • 413 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"outDir": "./dist",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/*.ts"],
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended",
"extends": "@tsconfig/recommended/tsconfig.json"
}