autorestic/tsconfig.json

10 lines
152 B
JSON
Raw Normal View History

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