Organized all files. Code goes in src/ Added icon
This commit is contained in:
parent
6b715682f9
commit
32f0e6bc98
16 changed files with 117 additions and 482 deletions
|
|
@ -3,10 +3,9 @@
|
|||
"baseUrl": ".",
|
||||
"inlineSourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "esnext",
|
||||
"module": "ESNext",
|
||||
"target": "es6",
|
||||
"jsx": "react",
|
||||
"target": "es2017",
|
||||
"allowJs": true,
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "node",
|
||||
"importHelpers": true,
|
||||
|
|
@ -19,5 +18,5 @@
|
|||
},
|
||||
"include": [
|
||||
"**/*.ts"
|
||||
, "view/TodoItem.tsx" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue