@splode/obake
Version:
Check merchants for deals.
17 lines (16 loc) • 396 B
JSON
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
"target": "es5",
"module": "commonjs",
"outDir": "dist",
"strict": true,
"moduleResolution": "node",
"sourceMap": true,
"baseUrl": ".",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}