11 lines
153 B
JSON
11 lines
153 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES6",
|
||
|
"module": "amd"
|
||
|
},
|
||
|
"include": [
|
||
|
"js/*.js",
|
||
|
"plugins/**/*.js"
|
||
|
]
|
||
|
}
|