mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-23 21:08:04 +00:00
23 lines
368 B
JSON
23 lines
368 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"baseUrl": "./",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts",
|
|
"../node_modules/angular2-indexeddb/*"
|
|
]
|
|
}
|