autorestic/tsconfig.json

11 lines
176 B
JSON
Raw Normal View History

2019-06-20 21:09:33 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"outDir": "./lib",
2020-11-06 22:51:23 +00:00
"rootDir": "./src",
2019-06-20 21:09:33 +00:00
"strict": true,
"esModuleInterop": true
}
}