Skip to content

Commit

Permalink
style: format file
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Aug 20, 2024
1 parent 7ebb243 commit 88cec3d
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
{
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node",
"target": "es2020",
"outDir": "dist/types",
"rootDir": "./",
"experimentalDecorators": true,
"noImplicitReturns": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"allowUnreachableCode": false,
"strict": true,
"exactOptionalPropertyTypes": false,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"lib": [
"ES2016",
"ES2017.Object",
"ES2017.String",
"ES2017.Intl",
"ES2017.TypedArrays",
"ES2018.AsyncIterable",
"ES2018.AsyncGenerator",
"ES2018.Promise",
"ES2018.Regexp",
"ES2018.Intl",
"ES2019.Array",
"ES2019.Object",
"ES2019.String",
"ES2019.Symbol",
"ES2020.BigInt",
"ES2020.Promise",
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"
],
"removeComments": false,
"preserveConstEnums": true,
"paths": {
"vs/*": [
"./vscode/src/vs/*"
"compilerOptions": {
"module": "es2022",
"moduleResolution": "node",
"target": "es2020",
"outDir": "dist/types",
"rootDir": "./",
"experimentalDecorators": true,
"noImplicitReturns": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"allowUnreachableCode": false,
"strict": true,
"exactOptionalPropertyTypes": false,
"useUnknownInCatchVariables": false,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"lib": [
"ES2016",
"ES2017.Object",
"ES2017.String",
"ES2017.Intl",
"ES2017.TypedArrays",
"ES2018.AsyncIterable",
"ES2018.AsyncGenerator",
"ES2018.Promise",
"ES2018.Regexp",
"ES2018.Intl",
"ES2019.Array",
"ES2019.Object",
"ES2019.String",
"ES2019.Symbol",
"ES2020.BigInt",
"ES2020.Promise",
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"
],
"vscode/*": [
"./vscode/*"
]
"removeComments": false,
"preserveConstEnums": true,
"paths": {
"vs/*": [
"./vscode/src/vs/*"
],
"vscode/*": [
"./vscode/*"
]
},
"declaration": true,
"emitDeclarationOnly": true,
"skipLibCheck": true
},
"declaration": true,
"emitDeclarationOnly": true,
"skipLibCheck": true
},
"include": [
"include": [
"./vscode/src/vscode-dts/vscode.proposed.*.d.ts",
"src/services.ts",
"src/types.d.ts",
Expand Down

0 comments on commit 88cec3d

Please sign in to comment.