mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
72fd2dd22d
Various small fixes
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"jasmine",
|
|
"jasminewd2",
|
|
"node"
|
|
]
|
|
}
|
|
}
|