Files
JavaScriptServices/src/JavascriptServices/samples/misc/NodeServicesExamples/jsconfig.json
Ryan Brandenburg f6f7628718 Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in ea3a7bc897
2018-11-19 16:14:42 -08:00

7 lines
89 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}