Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
c3f3cacc7577dbdc5ba16676808f714751d5478c
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: 17
Mode: javascript
Binary: false
Hang on, we reloading big blames...
f46e4d96
{ "compilerOptions": {
83396ced
"skipLibCheck": true, "baseUrl": "./",
09d923aa
"target": "es2015",
63831028
"module": "esnext",
83396ced
"moduleResolution": "node", "sourceMap": true,
f46e4d96
"emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": true, "outDir": "./dist",
83396ced
"suppressImplicitAnyIndexErrors": true, "lib": [
09d923aa
"es2018", "dom"
83396ced
],
09d923aa
f46e4d96
"paths": {
83396ced
"*": [ "node_modules/@types/*", "*"] }
f46e4d96
},
83396ced
"includes": [ "src/**/*"
f46e4d96
],
83396ced
"exclude": [ "node_modules", "test" ]
09d923aa
}