##// END OF EJS Templates
Amd tests are passed
Amd tests are passed

File last commit:

r90:fddd238cb7ee ts-plugin
r91:36a42b1ae292 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"]
}
}