reset tsconfig

This commit is contained in:
Nick Brown 2022-09-05 22:32:41 +01:00
parent 5cc347dad1
commit ea195c64d4
3 changed files with 13 additions and 12 deletions

View File

@ -21,7 +21,7 @@
"devDependencies": { "devDependencies": {
"@microsoft/eslint-config-spfx": "1.15.2", "@microsoft/eslint-config-spfx": "1.15.2",
"@microsoft/eslint-plugin-spfx": "1.15.2", "@microsoft/eslint-plugin-spfx": "1.15.2",
"@microsoft/microsoft-graph-types": "^2.23.0", "@microsoft/microsoft-graph-types": "^2.24.0",
"@microsoft/rush-stack-compiler-4.5": "0.2.2", "@microsoft/rush-stack-compiler-4.5": "0.2.2",
"@microsoft/sp-build-web": "1.15.2", "@microsoft/sp-build-web": "1.15.2",
"@microsoft/sp-module-interfaces": "1.15.2", "@microsoft/sp-module-interfaces": "1.15.2",
@ -3552,9 +3552,9 @@
} }
}, },
"node_modules/@microsoft/microsoft-graph-types": { "node_modules/@microsoft/microsoft-graph-types": {
"version": "2.23.0", "version": "2.24.0",
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.23.0.tgz", "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.24.0.tgz",
"integrity": "sha512-4TwjVg/A28K5Df1br17gRmv7Z0iWqYArdUo77xPz+bEtMpDD1hwmKUNj7O7a8r3sN7WIC2nKp6Atb6LXTr1LEA==", "integrity": "sha512-wbzU11JFt9s+tVqmECKaP0BgoQhfkXDykDSffdp5WPrr2lxWyqbKrXjmbiFxD6MgSENRFsdUeCXSULCM7Pcjzw==",
"dev": true "dev": true
}, },
"node_modules/@microsoft/office-ui-fabric-react-bundle": { "node_modules/@microsoft/office-ui-fabric-react-bundle": {
@ -35476,9 +35476,9 @@
} }
}, },
"@microsoft/microsoft-graph-types": { "@microsoft/microsoft-graph-types": {
"version": "2.23.0", "version": "2.24.0",
"resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.23.0.tgz", "resolved": "https://registry.npmjs.org/@microsoft/microsoft-graph-types/-/microsoft-graph-types-2.24.0.tgz",
"integrity": "sha512-4TwjVg/A28K5Df1br17gRmv7Z0iWqYArdUo77xPz+bEtMpDD1hwmKUNj7O7a8r3sN7WIC2nKp6Atb6LXTr1LEA==", "integrity": "sha512-wbzU11JFt9s+tVqmECKaP0BgoQhfkXDykDSffdp5WPrr2lxWyqbKrXjmbiFxD6MgSENRFsdUeCXSULCM7Pcjzw==",
"dev": true "dev": true
}, },
"@microsoft/office-ui-fabric-react-bundle": { "@microsoft/office-ui-fabric-react-bundle": {

View File

@ -22,7 +22,7 @@
"devDependencies": { "devDependencies": {
"@microsoft/eslint-config-spfx": "1.15.2", "@microsoft/eslint-config-spfx": "1.15.2",
"@microsoft/eslint-plugin-spfx": "1.15.2", "@microsoft/eslint-plugin-spfx": "1.15.2",
"@microsoft/microsoft-graph-types": "^2.23.0", "@microsoft/microsoft-graph-types": "^2.24.0",
"@microsoft/rush-stack-compiler-4.5": "0.2.2", "@microsoft/rush-stack-compiler-4.5": "0.2.2",
"@microsoft/sp-build-web": "1.15.2", "@microsoft/sp-build-web": "1.15.2",
"@microsoft/sp-module-interfaces": "1.15.2", "@microsoft/sp-module-interfaces": "1.15.2",

View File

@ -1,10 +1,10 @@
{ {
"extends": "./node_modules/@microsoft/rush-stack-compiler-4.5/includes/tsconfig-web.json", "extends": "./node_modules/@microsoft/rush-stack-compiler-4.5/includes/tsconfig-web.json",
"compilerOptions": { "compilerOptions": {
"target": "ES2018", "target": "es5",
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"module": "esnext", "module": "esnext",
"moduleResolution": "Node", "moduleResolution": "node",
"jsx": "react", "jsx": "react",
"declaration": true, "declaration": true,
"sourceMap": true, "sourceMap": true,
@ -24,9 +24,10 @@
"webpack-env" "webpack-env"
], ],
"lib": [ "lib": [
"ES2018", "es5",
"dom", "dom",
"es2018.promise" "es2015.collection",
"es2015.promise"
] ]
}, },
"include": [ "include": [