1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-08-31 17:42:11 +02:00
Files
eva-icons/e2e/tsconfig.e2e.json

13 lines
213 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}