##// 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
{
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
"listFiles": true,
"types": [],
"lib": ["es5", "es2015.promise", "es2015.symbol", "dom", "scripthost"]
}
}