console-app/tsconfig.json

13 lines
249 B
JSON
Raw Normal View History

2020-05-05 11:56:36 +02:00
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./lib",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"declaration": true
}
}