Mercurial > hg > ng2-query-ismi
annotate src/tsconfig.json @ 60:7b9d616695d3 webpack
new setup using webpack (and Angular 4).
author | casties |
---|---|
date | Wed, 29 Mar 2017 20:58:57 +0200 |
parents | b65a031c4967 |
children |
rev | line source |
---|---|
47
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
1 { |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
2 "compilerOptions": { |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
3 "target": "es5", |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
4 "module": "commonjs", |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
5 "moduleResolution": "node", |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
6 "sourceMap": true, |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
7 "emitDecoratorMetadata": true, |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
8 "experimentalDecorators": true, |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
9 "lib": [ "es2015", "dom" ], |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
10 "noImplicitAny": false, |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
11 "suppressImplicitAnyIndexErrors": true |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
12 } |
b65a031c4967
first step to angular2-final (2.4) version of the query browser.
casties
parents:
diff
changeset
|
13 } |