autorestic/tsconfig.json

10 lines
152 B
JSON
Raw Permalink Normal View History

2019-06-20 21:09:33 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"outDir": "./lib",
"strict": true,
"esModuleInterop": true
}
}