console-app/tsconfig.json

13 lines
246 B
JSON
Raw Normal View History

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