feat: initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"strict": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "nodenext",
|
||||
"target": "esnext",
|
||||
"allowImportingTsExtensions": false,
|
||||
"noEmit": true,
|
||||
"sourceMap": true,
|
||||
"jsx": "react-jsxdev"
|
||||
},
|
||||
"include": ["src/**/*.ts","src/**/*.tsx"]
|
||||
}
|
||||
Reference in New Issue
Block a user