pping / tsconfig.json
understanding's picture
Upload 25 files
656c481 verified
raw
history blame contribute delete
237 Bytes
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}