Restrict notification action links to application paths
This commit is contained in:
16
webui/tsconfig.tests.json
Normal file
16
webui/tsconfig.tests.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"outDir": ".component-test-build",
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": [
|
||||
"src/security/actionUrl.ts",
|
||||
"tests/action-url.test.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user