mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
},
|
|
"include": ["ui/**/*.js", "app/**/*.js", "shared/**/*.js"]
|
|
}
|