mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-03 22:46:42 +00:00
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/strictest/tsconfig.json",
|
|
"@tsconfig/node22/tsconfig.json"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"declaration": false
|
|
}
|
|
}
|