generated from blueplum/typescript-template
feat: config files, readme
This commit is contained in:
+7
-2
@@ -11,13 +11,18 @@
|
||||
"moduleResolution": "bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"declaration": true,
|
||||
"moduleDetection": "force",
|
||||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
|
||||
/* Linting */
|
||||
"noUnusedLocals": false,
|
||||
"erasableSyntaxOnly": true,
|
||||
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": ["src", "tests"]
|
||||
"include": ["src"],
|
||||
"exclude": ["src/config.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user