initial commit
This commit is contained in:
26
tsconfig.json
Normal file
26
tsconfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"lib": ["esnext", "dom", "dom.iterable"],
|
||||
"moduleResolution": "Node",
|
||||
"types": ["node"],
|
||||
"strict": true,
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"noEmit": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.d.ts",
|
||||
"test/**/*.ts",
|
||||
"test/**/*.d.ts",
|
||||
"rollup.config.ts"
|
||||
],
|
||||
"exclude": ["src/**/*.js", "test/**/*.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user