File tree 3 files changed +12
-63
lines changed
3 files changed +12
-63
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- All notable changes to the "git-semantic-commit-message " extension will be documented in this file.
3
+ All notable changes to the "git-semantic-commit" extension will be documented in this file.
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
7
## [ Unreleased]
8
8
9
- - Initial release
9
+ - Initial release
Original file line number Diff line number Diff line change 1
1
{
2
- "compilerOptions" : {
3
- "module" : " commonjs" ,
4
- "target" : " es6" ,
5
- "outDir" : " out" ,
6
- "lib" : [
7
- " es6"
8
- ],
9
- "sourceMap" : true ,
10
- "rootDir" : " src" ,
11
- "strict" : true /* enable all strict type-checking options */
12
- /* Additional Checks */
13
- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
14
- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
15
- // "noUnusedParameters": true, /* Report errors on unused parameters. */
16
- },
17
- "exclude" : [
18
- " node_modules" ,
19
- " .vscode-test"
20
- ]
2
+ "compilerOptions" : {
3
+ "module" : " commonjs" ,
4
+ "target" : " es6" ,
5
+ "outDir" : " out" ,
6
+ "lib" : [" es6" ],
7
+ "sourceMap" : true ,
8
+ "rootDir" : " src" ,
9
+ "strict" : true
10
+ },
11
+ "exclude" : [" node_modules" , " .vscode-test" ]
21
12
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments