mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-13 06:24:59 +00:00
16 lines
250 B
JSON
16 lines
250 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/strictest/tsconfig.json",
|
|
"@tsconfig/node18/tsconfig.json",
|
|
],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
},
|
|
"include": [
|
|
".eslintrc.cjs",
|
|
"src/**/*.mts",
|
|
"src/**/*.ts"
|
|
]
|
|
}
|