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