9 lines
214 B
JSON
9 lines
214 B
JSON
/* General file with least possible errors. This is just for your IDE (PHP-Storm for example) */
|
|
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [ ]
|
|
} |