Split out ts syntax and grammar to ts basics

This commit is contained in:
Matt Bierner
2018-02-23 12:53:01 -08:00
parent ac5ed16ece
commit e23c58b3ab
39 changed files with 111 additions and 45 deletions

View File

@@ -0,0 +1,12 @@
{
"title": "JSON schema for the JavaScript configuration file",
"type": "object",
"default": {
"compilerOptions": {
"module": "commonjs"
},
"exclude": [
"node_modules"
]
}
}