()
| 40854 | } |
| 40855 | var _tsconfigRootOptions; |
| 40856 | function getTsconfigRootOptionsMap() { |
| 40857 | if (_tsconfigRootOptions === undefined) { |
| 40858 | _tsconfigRootOptions = { |
| 40859 | name: undefined, |
| 40860 | type: "object", |
| 40861 | elementOptions: commandLineOptionsToMap([ |
| 40862 | { |
| 40863 | name: "compilerOptions", |
| 40864 | type: "object", |
| 40865 | elementOptions: getCommandLineCompilerOptionsMap(), |
| 40866 | extraKeyDiagnostics: ts.compilerOptionsDidYouMeanDiagnostics, |
| 40867 | }, |
| 40868 | { |
| 40869 | name: "watchOptions", |
| 40870 | type: "object", |
| 40871 | elementOptions: getCommandLineWatchOptionsMap(), |
| 40872 | extraKeyDiagnostics: watchOptionsDidYouMeanDiagnostics, |
| 40873 | }, |
| 40874 | { |
| 40875 | name: "typingOptions", |
| 40876 | type: "object", |
| 40877 | elementOptions: getCommandLineTypeAcquisitionMap(), |
| 40878 | extraKeyDiagnostics: typeAcquisitionDidYouMeanDiagnostics, |
| 40879 | }, |
| 40880 | { |
| 40881 | name: "typeAcquisition", |
| 40882 | type: "object", |
| 40883 | elementOptions: getCommandLineTypeAcquisitionMap(), |
| 40884 | extraKeyDiagnostics: typeAcquisitionDidYouMeanDiagnostics |
| 40885 | }, |
| 40886 | { |
| 40887 | name: "extends", |
| 40888 | type: "string", |
| 40889 | category: ts.Diagnostics.File_Management, |
| 40890 | }, |
| 40891 | { |
| 40892 | name: "references", |
| 40893 | type: "list", |
| 40894 | element: { |
| 40895 | name: "references", |
| 40896 | type: "object" |
| 40897 | }, |
| 40898 | category: ts.Diagnostics.Projects, |
| 40899 | }, |
| 40900 | { |
| 40901 | name: "files", |
| 40902 | type: "list", |
| 40903 | element: { |
| 40904 | name: "files", |
| 40905 | type: "string" |
| 40906 | }, |
| 40907 | category: ts.Diagnostics.File_Management, |
| 40908 | }, |
| 40909 | { |
| 40910 | name: "include", |
| 40911 | type: "list", |
| 40912 | element: { |
| 40913 | name: "include", |
no test coverage detected