cli doit cibler le projet
This commit is contained in:
parent
000bc36b34
commit
3cfe733e52
10 changed files with 174 additions and 13 deletions
|
|
@ -2,14 +2,17 @@
|
|||
// See http://go.microsoft.com/fwlink/?LinkId=759670
|
||||
// for the documentation about the jsconfig.json format
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6"
|
||||
},
|
||||
"include": [
|
||||
"wwwroot/js/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"bin",
|
||||
"src",
|
||||
"Resources",
|
||||
"Properties",
|
||||
"wwwroot",
|
||||
"contrib",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue