autorestic/tsconfig.json

10 lines
152 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"outDir": "./lib",
"strict": true,
"esModuleInterop": true
}
}