1
0
Fork 0
mirror of synced 2024-10-04 12:15:14 +13:00
appwrite/app/sdks/console-javascript/tsconfig.json
2020-04-19 07:03:52 +03:00

8 lines
No EOL
156 B
JSON

{
"compilerOptions": {
"target": "ES6",
"lib": ["ES2015", "ES6", "dom"],
"module": "commonjs",
"sourceMap": true
}
}