vscode/extensions/php/tsconfig.json

11 lines
143 B
JSON
Raw Normal View History

2016-02-20 01:26:28 +08:00
{
"compilerOptions": {
"noLib": true,
"target": "es5",
"module": "commonjs",
2016-03-16 19:29:29 +08:00
"outDir": "./out"
2016-02-20 01:26:28 +08:00
},
"exclude": [
"node_modules"
]
}