This repository was archived by the owner on Oct 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "compileOnSave" : false ,
33 "filesGlob" : [
4- " ../typings/browser /**/*.*.ts" ,
5- " !../typings/browser/ambient /jasmine/index.d.ts" ,
6- " !../typings/browser/ambient /react-addons-test-utils/index.d.ts" ,
4+ " ../typings/globals /**/*.*.ts" ,
5+ " !../typings/globals /jasmine/index.d.ts" ,
6+ " !../typings/globals /react-addons-test-utils/index.d.ts" ,
77 " **/*.{ts,tsx}"
88 ],
99 "compilerOptions" : {
1515 "sourceMap" : true
1616 },
1717 "files" : [
18- " ../typings/browser/ambient /react/index.d.ts" ,
19- " ../typings/browser/ambient /react-dom/index.d.ts" ,
20- " ../typings/browser/ambient /flux/index.d.ts" ,
21- " ../typings/browser/ambient /node/index.d.ts" ,
18+ " ../typings/globals /react/index.d.ts" ,
19+ " ../typings/globals /react-dom/index.d.ts" ,
20+ " ../typings/globals /flux/index.d.ts" ,
21+ " ../typings/globals /node/index.d.ts" ,
2222 " actions/GreetingActions.ts" ,
2323 " components/App.tsx" ,
2424 " components/Greeting.tsx" ,
Original file line number Diff line number Diff line change 22 "compileOnSave" : false ,
33 "filesGlob" : [
44 " **/*.{ts,tsx}" ,
5- " ../typings/browser /**/*.*.ts"
5+ " ../typings/globals /**/*.*.ts"
66 ],
77 "compilerOptions" : {
88 "jsx" : " preserve" ,
1313 "sourceMap" : true
1414 },
1515 "files" : [
16- " ../typings/browser/ambient /react/index.d.ts" ,
17- " ../typings/browser/ambient /react-dom/index.d.ts" ,
18- " ../typings/browser/ambient /react-addons-test-utils/index.d.ts" ,
19- " ../typings/browser/ambient /flux/index.d.ts" ,
20- " ../typings/browser/ambient /jasmine/index.d.ts" ,
21- " ../typings/browser/ambient /node/index.d.ts" ,
16+ " ../typings/globals /react/index.d.ts" ,
17+ " ../typings/globals /react-dom/index.d.ts" ,
18+ " ../typings/globals /react-addons-test-utils/index.d.ts" ,
19+ " ../typings/globals /flux/index.d.ts" ,
20+ " ../typings/globals /jasmine/index.d.ts" ,
21+ " ../typings/globals /node/index.d.ts" ,
2222 " components/App.tests.tsx" ,
2323 " components/Greeting.tests.tsx" ,
2424 " components/WhoToGreet.tests.tsx" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " es6-babel-react-flux-karma" ,
33 "version" : false ,
4- "ambientDependencies " : {
4+ "globalDependencies " : {
55 "jasmine" : " github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#bcd5761826eb567876c197ccc6a87c4d05731054" ,
66 "flux" : " github:DefinitelyTyped/DefinitelyTyped/flux/flux.d.ts#bcd5761826eb567876c197ccc6a87c4d05731054" ,
77 "node" : " github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#bcd5761826eb567876c197ccc6a87c4d05731054" ,
You can’t perform that action at this time.
0 commit comments