Skip to content

Commit 3ace4d0

Browse files
committed
Set newLine to lf
1 parent 2a6285c commit 3ace4d0

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

tsconfig.json

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
{
2-
"compilerOptions": {
3-
"target": "ES2019",
4-
"module": "commonjs",
5-
"moduleResolution": "node",
6-
7-
"rootDir": "src",
8-
"outDir": "lib",
9-
10-
"strict": true,
11-
"esModuleInterop": true,
12-
13-
"sourceMap": true,
14-
"declaration": true,
15-
"declarationMap": true
16-
},
17-
"include": ["src/**/*"],
18-
"exclude": ["node_modules", "**/*.spec.ts"]
19-
}
1+
{
2+
"compilerOptions": {
3+
"target": "ES2019",
4+
"module": "commonjs",
5+
"moduleResolution": "node",
6+
7+
"rootDir": "src",
8+
"outDir": "lib",
9+
10+
"strict": true,
11+
"esModuleInterop": true,
12+
"newLine": "lf",
13+
14+
"sourceMap": true,
15+
"declaration": true,
16+
"declarationMap": true
17+
},
18+
"include": ["src/**/*"],
19+
"exclude": ["node_modules", "**/*.spec.ts"]
20+
}

0 commit comments

Comments
 (0)