##// END OF EJS Templates
working on build.gradle
working on build.gradle

File last commit:

r90:fddd238cb7ee ts-plugin
r92:a4a8e6f7b095 ts-plugin
Show More
tsconfig.json
8 lines | 228 B | application/json | JsonLexer
cin
working on multiplaftorm support (node, browser)
r47 {
"compilerOptions": {
cin
changed the project structure
r49 "moduleResolution": "node",
cin
working version...
r51 "noEmitOnError": true,
cin
changed the project structure
r49 "listFiles": true,
cin
working on support commonjs modules format
r59 "types": [],
"lib": ["es5", "es2015.promise", "es2015.symbol", "dom", "scripthost"]
cin
migrating to new project plugin 1.0.1-rc1...
r90 }
cin
working on multiplaftorm support (node, browser)
r47 }