autorestic/tsconfig.json
2020-11-06 23:51:23 +01:00

11 lines
176 B
JSON

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