21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"lib": ["ES2020", "DOM"],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"noEmit": false,
|
|
"outDir": ".policy-test-build",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"tests/policy-ui.test.ts",
|
|
"src/features/campaigns/policyUi.ts"
|
|
]
|
|
}
|