Move type declaration into types.d.ts
This commit is contained in:
parent
f919bbcf5a
commit
670043183d
|
@ -9,3 +9,4 @@ declare module 'react95';
|
|||
declare module 'react95/dist/themes/original';
|
||||
declare module 'react95/dist/fonts/ms_sans_serif.woff2';
|
||||
declare module 'react95/dist/fonts/ms_sans_serif_bold.woff2';
|
||||
declare module 'jconv';
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
"noEmit": true,
|
||||
"jsx": "react",
|
||||
"downlevelIteration": true,
|
||||
"experimentalDecorators": true,
|
||||
"typeRoots": ["./node_modules/@types", "./typings"]
|
||||
"experimentalDecorators": true
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
declare module 'jconv';
|
Loading…
Reference in New Issue