mirror of
https://github.com/valitydev/wallet-utils.git
synced 2024-11-06 00:45:17 +00:00
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"module": "es2015",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"lib": ["es2015", "dom"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"app/*": ["./src/app/*"]
|
|
},
|
|
"pretty": true
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|