8000 [FSSDK-8219] consolidate tsconfig.json (#850) · chrisvaf/javascript-sdk@59c5a08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59c5a08

Browse filesBrowse files
authored
[FSSDK-8219] consolidate tsconfig.json (optimizely#850)
1 parent cf0aa8c commit 59c5a08

File tree

2 files changed

+12
-66
lines changed

2 files changed

+12
-66
lines changed

packages/optimizely-sdk/tsconfig.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
2-
"extends": "../../tsconfig.json",
32
"compilerOptions": {
3+
"target": "es5",
4+
"module": "esnext",
5+
"lib": [
6+
"es2015",
7+
"dom"
8+
],
9+
"declaration": true,
10+
"strict": true,
11+
"noImplicitThis": true,
12+
"noImplicitReturns": true,
13+
"moduleResolution": "node",
14+
"esModuleInterop": true,
415
"baseUrl": "./",
516
"paths": {
617
"*": [
@@ -9,8 +20,6 @@
920
},
1021
"resolveJsonModule": true,
1122
"allowJs": true,
12-
"declaration": true,
13-
"module": "esnext",
1423
"outDir": "./dist",
1524
"sourceMap": true,
1625
"skipLibCheck": true,

tsconfig.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0