Skip to content

Commit

Permalink
Reformat example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
spdiswal committed Oct 26, 2024
1 parent 1774d9a commit 01f0332
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ For example:

```json
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": [
"@rainstormy/presets-typescript/base",
"@rainstormy/presets-typescript/es2023",
"@rainstormy/presets-typescript/dts+js"
],
"compilerOptions": {
"baseUrl": "./",
"incremental": true,
"noEmitOnError": false,
"outDir": "dist",
"sourceMap": true
},
"include": ["./src/**/*.ts", "./*.config.js", "./*.config.ts"]
"$schema": "https://json.schemastore.org/tsconfig",
"extends": [
"@rainstormy/presets-typescript/base",
"@rainstormy/presets-typescript/es2023",
"@rainstormy/presets-typescript/dts+js"
],
"compilerOptions": {
"baseUrl": "./",
"incremental": true,
"noEmitOnError": false,
"outDir": "dist",
"sourceMap": true
},
"include": ["./src/**/*.ts", "./*.config.js", "./*.config.ts"]
}
```

Expand Down

0 comments on commit 01f0332

Please sign in to comment.