##// END OF EJS Templates
migrating to new project plugin 1.0.1-rc1...
migrating to new project plugin 1.0.1-rc1 added all source sets and compilerOptions

File last commit:

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