mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 14:37:41 +00:00
b868d1a483
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"allowJs": true,
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|