Files
sern-community/tsconfig.json
Jacob Nguyen 9ef7f0939b first commit
Co-authored-by: xxDeveloper <Murtatrxx@users.noreply.github.com>
2022-07-19 14:59:33 -05:00

16 lines
371 B
JSON

{
"compilerOptions": {
"resolveJsonModule": true,
"target": "ESNext",
"module": "CommonJS",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"noImplicitAny": true,
"strictNullChecks": true,
"importsNotUsedAsValues": "error",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}