amis2/packages/office-viewer/tsconfig.json

21 lines
472 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node"],
"rootDir": "./",
"outDir": "./dist",
"baseUrl": "./",
"allowSyntheticDefaultImports": true,
"strictPropertyInitialization": false,
"strictNullChecks": true,
"typeRoots": [
"../../types",
"./node_modules/@types",
"../../node_modules/@types"
],
"paths": {}
},
"include": ["src/**/*", "tools/functionCount.ts"],
"references": []
}