Outlook_Addin_LLM/node_modules/office-addin-lint/tsconfig.json

26 lines
572 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"alwaysStrict": false,
"declaration": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"newLine": "lf",
"skipLibCheck": true,
"sourceMap": true,
"outDir": "lib",
"strict": true,
"target": "es6",
"types": [
"node"
]
},
"include": [
"src/**/*",
],
"exclude": [
"node_modules",
"lib",
"test/cases/**/*"
]
}