mirror of
git://holbrook.no/eth-accounts-index
synced 2024-11-04 18:06:45 +01:00
22 lines
361 B
JSON
22 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"outDir": "./dist",
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"lib": ["es2016", "dom", "es5"],
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"scripts",
|
|
"tests"
|
|
],
|
|
"include": [
|
|
"src/*"
|
|
]
|
|
}
|