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