28 lines
688 B
JSON
28 lines
688 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": ".mail-test-build",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"tests/mailbox-folders.test.ts",
|
|
"tests/mail-profile-editor-model.test.ts",
|
|
"tests/mail-policy-validation.test.ts",
|
|
"src/features/mail/mailboxFolders.ts",
|
|
"src/features/mail/mailProfileEditorModel.ts",
|
|
"src/features/mail/mailPolicyValidation.ts"
|
|
]
|
|
}
|