Repo restructure.
This commit is contained in:
@@ -1,20 +1,11 @@
|
||||
{
|
||||
// Visit https://aka.ms/tsconfig to read more about this file
|
||||
"compilerOptions": {
|
||||
// File Layout
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist",
|
||||
|
||||
// Environment Settings
|
||||
// See also https://aka.ms/tsconfig/module
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"target": "es6",
|
||||
"types": [],
|
||||
// For nodejs:
|
||||
// "lib": ["esnext"],
|
||||
// "types": ["node"],
|
||||
// and npm install -D @types/node
|
||||
|
||||
// Other Outputs
|
||||
"sourceMap": true,
|
||||
@@ -24,6 +15,7 @@
|
||||
// Stricter Typechecking Options
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"moduleResolution": "node",
|
||||
|
||||
// Style Options
|
||||
// "noImplicitReturns": true,
|
||||
@@ -41,6 +33,5 @@
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"moduleDetection": "force",
|
||||
"skipLibCheck": true,
|
||||
},
|
||||
"exclude": ["./src/**/*.test.ts"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user