This commit is contained in:
parent
71d5894598
commit
7cc25a176e
6 changed files with 185 additions and 1 deletions
21
tsconfig.json
Normal file
21
tsconfig.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"alwaysStrict": true,
|
||||
"strict": false,
|
||||
"target": "ES2022",
|
||||
"lib": ["dom", "ES2022"],
|
||||
"module": "ES2022",
|
||||
"declaration": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"skipLibCheck": true,
|
||||
"experimentalDecorators": false,
|
||||
"strictNullChecks": false,
|
||||
"outDir": "./dist"
|
||||
},
|
||||
"include": ["./lib/src/**/*"],
|
||||
"exclude": ["src/**/*.test.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue