Reorganize source code in preparation to move into aspnet/AspNetCore

Prior to reorganization, this source code was found in ea3a7bc897
This commit is contained in:
Ryan Brandenburg
2018-11-19 16:14:42 -08:00
parent ea3a7bc897
commit f6f7628718
220 changed files with 0 additions and 570 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"target": "es5",
"jsx": "preserve",
"sourceMap": true,
"lib": ["es6", "dom"]
},
"exclude": [
"node_modules"
]
}