apply everything to ts; add temp layout
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": true,
|
||||
"noImplicitAny": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "dist",
|
||||
"target": "ES6",
|
||||
@ -13,10 +13,11 @@
|
||||
"resolveJsonModule": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"./src/",
|
||||
|
Reference in New Issue
Block a user