Skip to content

Commit 249f0fd

Browse files
committed
[FSSDK-8219] consolidate tsconfig.json
1 parent cf0aa8c commit 249f0fd

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
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,

0 commit comments

Comments
 (0)