forked from aws-amplify/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.base.json
More file actions
21 lines (21 loc) · 554 Bytes
/
Copy pathtsconfig.base.json
File metadata and controls
21 lines (21 loc) · 554 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"compileOnSave": true,
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"declaration": false,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"noImplicitAny": false,
"noImplicitThis": false,
"noUnusedLocals": false,
"noUnusedParameters": true,
"removeComments": true,
"strict": true,
"strictPropertyInitialization": false,
"target": "es2017"
},
"exclude": ["node_modules"]
}