mirror of
https://github.com/keycloak/keycloak-js.git
synced 2026-05-26 13:50:39 +00:00
3a26e5b924
Closes #115 Signed-off-by: Jon Koops <jonkoops@gmail.com>
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"verbatimModuleSyntax": true,
|
|
"erasableSyntaxOnly": true,
|
|
"strict": true
|
|
}
|
|
}
|