mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 02:57:31 +00:00
Add ES2015 runtime transpilation sample
This commit is contained in:
6
samples/misc/ES2015Transpilation/jsconfig.json
Normal file
6
samples/misc/ES2015Transpilation/jsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user