mirror of
https://github.com/supanadit/geo-smart-map.git
synced 2024-11-10 09:52:16 +00:00
14 lines
214 B
JSON
14 lines
214 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/e2e",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"jasmine",
|
|
"jasminewd2",
|
|
"node"
|
|
]
|
|
}
|
|
}
|