mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
|
|
"incremental": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|