Files
Henry Whitaker c8f853dc84 composer and npm
2020-08-25 00:59:44 +01:00

9 lines
131 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"target": "es6",
"types" : [ "node", "core-js" ]
}
}