drawpad/jsconfig.json
2015-11-20 16:51:56 -05:00

7 lines
No EOL
104 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"experimentalDecorators": true
}
}