Prepare v0.1.0 release
This commit is contained in:
20
webui/tsconfig.policy-tests.json
Normal file
20
webui/tsconfig.policy-tests.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user