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 1
1
{
2
2
"compileOnSave" : false ,
3
3
"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" ,
7
7
" **/*.{ts,tsx}"
8
8
],
9
9
"compilerOptions" : {
15
15
"sourceMap" : true
16
16
},
17
17
"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" ,
22
22
" actions/GreetingActions.ts" ,
23
23
" components/App.tsx" ,
24
24
" components/Greeting.tsx" ,
Original file line number Diff line number Diff line change 2
2
"compileOnSave" : false ,
3
3
"filesGlob" : [
4
4
" **/*.{ts,tsx}" ,
5
- " ../typings/browser /**/*.*.ts"
5
+ " ../typings/globals /**/*.*.ts"
6
6
],
7
7
"compilerOptions" : {
8
8
"jsx" : " preserve" ,
13
13
"sourceMap" : true
14
14
},
15
15
"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" ,
22
22
" components/App.tests.tsx" ,
23
23
" components/Greeting.tests.tsx" ,
24
24
" components/WhoToGreet.tests.tsx" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " es6-babel-react-flux-karma" ,
3
3
"version" : false ,
4
- "ambientDependencies " : {
4
+ "globalDependencies " : {
5
5
"jasmine" : " github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#bcd5761826eb567876c197ccc6a87c4d05731054" ,
6
6
"flux" : " github:DefinitelyTyped/DefinitelyTyped/flux/flux.d.ts#bcd5761826eb567876c197ccc6a87c4d05731054" ,
7
7
"node" : " github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#bcd5761826eb567876c197ccc6a87c4d05731054" ,
You can’t perform that action at this time.
0 commit comments