We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0aa8c commit 59c5a08Copy full SHA for 59c5a08
packages/optimizely-sdk/tsconfig.json
@@ -1,6 +1,17 @@
1
{
2
- "extends": "../../tsconfig.json",
3
"compilerOptions": {
+ "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,
15
"baseUrl": "./",
16
"paths": {
17
"*": [
@@ -9,8 +20,6 @@
20
},
21
"resolveJsonModule": true,
22
"allowJs": true,
- "declaration": true,
- "module": "esnext",
23
"outDir": "./dist",
24
"sourceMap": true,
25
"skipLibCheck": true,
tsconfig.json
0 commit comments