17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|