Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
032e75618dc0b7d5ac01b1c7abff6e127a92a9df
Branches
master
Tags
1.1.129-287
1.1.113-149
1.1.108-143
1.1.95-138
1.1.92-119
1.0.35-18
1.0.13-14
Files
Commits
Log
Graph
Stats
angular-compile.git
tsconfig.aot.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 14
Mode: javascript
Binary: false
Hang on, we reloading big blames...
f46e4d96
{ "compilerOptions": {
b8c674c0
"skipLibCheck": true,
f46e4d96
"outDir": "build/aot", "target": "es5", "module": "commonjs", "moduleResolution": "node",
4b53353e
"sourceMap": true,
f46e4d96
"emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "es5", "es6", "dom", "es2015.collection", "es2015.promise",
c605ea6f
"es2015.core", "es2016", "es2017"
f46e4d96
] },
fa3506fe
"include": [
f46e4d96
"src/angular/**/*", "test/angular-webpack/**/*" ], "exclude": [
a2ee8d70
"src/angular/bundle.ts", "test/angular-webpack/angular/bundle.ts",
fa3506fe
"test/angular-karma",
f46e4d96
"build/browser" ], "angularCompilerOptions": {
c605ea6f
"annotationsAs": "decorators", "preserveWhitespaces": false
f46e4d96
} }