Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
603a16d238fd6c273303390904b3f46ee7085129
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.build.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 11
Mode: javascript
Binary: false
Hang on, we reloading big blames...
f46e4d96
{ "compilerOptions": {
83396ced
"skipLibCheck": true, "baseUrl": "./", "target": "es5", "module": "commonjs", "moduleResolution": "node", "sourceMap": true,
f46e4d96
"emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "outDir": "./dist",
83396ced
"suppressImplicitAnyIndexErrors": true, "lib": [ "es5", "es6", "dom", "es2015.collection", "es2015.promise", "es2015.core" ],
f46e4d96
"paths": {
83396ced
"*": [ "node_modules/@types/*", "*"] }
f46e4d96
},
83396ced
"includes": [ "src/**/*"
f46e4d96
],
83396ced
"exclude": [ "node_modules", "test" ]
f46e4d96
}