dotfiles/actions/tsconfig.json

18 lines
No EOL
352 B
JSON

{
"compilerOptions": {
"noEmit": true,
"strict": true,
"allowJs": true,
"module": "esnext",
"moduleResolution": "node16",
"target": "esnext",
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowImportingTsExtensions": true
}
}