autorestic/tsconfig.json

11 lines
176 B
JSON
Raw Normal View History

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