Skip to content

Commit c52c7be

Browse files
committed
remaining ts files
1 parent fe779b5 commit c52c7be

5 files changed

Lines changed: 30 additions & 25 deletions

File tree

File renamed without changes.

tsconfig.json

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
{
2-
"compilerOptions": {
3-
"module": "commonjs",
4-
"lib": ["es2015"],
5-
"target": "es2015",
6-
"sourceMap": true,
7-
"strict": false,
8-
"noImplicitAny": false,
9-
"outDir": "out",
10-
"declaration": true,
11-
"allowJs": true,
12-
"esModuleInterop": true,
13-
"skipLibCheck": true,
14-
"forceConsistentCasingInFileNames": true,
15-
"checkJs": true,
16-
"declarationMap": true,
17-
"moduleDetection": "force"
18-
},
19-
"include": [
20-
"lib/**/*.ts",
21-
"index.ts"
22-
],
23-
"exclude": [
24-
"node_modules"
25-
]
26-
}
2+
"compilerOptions": {
3+
"module": "NodeNext",
4+
"lib": ["es2015"],
5+
"target": "es2015",
6+
"sourceMap": false,
7+
"strict": false,
8+
"noImplicitAny": false,
9+
"outDir": "out",
10+
"declaration": true,
11+
"allowJs": true,
12+
"esModuleInterop": true,
13+
"skipLibCheck": true,
14+
"forceConsistentCasingInFileNames": true,
15+
"declarationMap": false,
16+
"moduleDetection": "force",
17+
"resolveJsonModule": true,
18+
"moduleResolution": "nodenext",
19+
"checkJs": true,
20+
},
21+
"include": [
22+
"lib/**/*.ts",
23+
// "test/**/*.ts",
24+
"index.ts"
25+
],
26+
"exclude": [
27+
"node_modules",
28+
"out",
29+
"dist"
30+
]
31+
}

0 commit comments

Comments
 (0)