mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
b7d9462e79
Co-authored-by: Lukas Szimtenings <lszimtenings@ukaachen.de>
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"allowJs": true,
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|