@deftomat/opinionated
Version:
Opinionated tooling for JavaScript & TypeScript projects.
15 lines (14 loc) • 357 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"pretty": true,
"strict": true,
"useUnknownInCatchVariables": false,
"noImplicitOverride": true,
"strictPropertyInitialization": false
}
}