File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ insert_final_newline = true
1111max_line_length = off
1212trim_trailing_whitespace = true
1313
14- [** /package{,-lock} .json ]
14+ [** /* .json ]
1515indent_size = 2
1616indent_style = space
Original file line number Diff line number Diff line change 2727 "build" : " npm run compile && npm run lint && npm run docs && npm run test" ,
2828 "prepublishOnly" : " npm run make && npm run check && npm run build"
2929 },
30- "files" : [" ./build/" , " ./dist/" ],
30+ "files" : [
31+ " ./build/" ,
32+ " ./dist/"
33+ ],
3134 "imports" : {
3235 "#binaryen-raw" : {
3336 "types" : " ./src/types/binaryen_js.d.ts" ,
Original file line number Diff line number Diff line change 11{
2- "extends" : " ../tsconfig.json" ,
3- "compilerOptions" : {
4- // Modules
5- "module" : " nodenext" ,
6- "rootDir" : " ../" ,
7- "types" : [" node" ],
2+ "extends" : " ../tsconfig.json" ,
3+ "compilerOptions" : {
4+ // Modules
5+ "module" : " nodenext" ,
6+ "rootDir" : " ../" ,
7+ "types" : [
8+ " node"
9+ ],
810
9- // Emit
10- "noEmit" : true ,
11- },
12- "include" : [" ./" ],
11+ // Emit
12+ "noEmit" : true ,
13+ },
14+ "include" : [
15+ " ./"
16+ ],
1317}
Original file line number Diff line number Diff line change 11{
2- // TSConfig: https://www.typescriptlang.org/tsconfig/
3- "compilerOptions" : {
4- // Type Checking
5- "exactOptionalPropertyTypes" : true ,
6- "noImplicitOverride" : true ,
7- "noImplicitReturns" : true ,
8- "noPropertyAccessFromIndexSignature" : true ,
2+ // TSConfig: https://www.typescriptlang.org/tsconfig/
3+ "compilerOptions" : {
4+ // Type Checking
5+ "exactOptionalPropertyTypes" : true ,
6+ "noImplicitOverride" : true ,
7+ "noImplicitReturns" : true ,
8+ "noPropertyAccessFromIndexSignature" : true ,
99
10- // Modules
11- "module" : " esnext" ,
12- "rewriteRelativeImportExtensions" : true ,
13- "rootDir" : " ./src/" ,
10+ // Modules
11+ "module" : " esnext" ,
12+ "rewriteRelativeImportExtensions" : true ,
13+ "rootDir" : " ./src/" ,
1414
15- // Emit
16- "declaration" : true ,
17- "outDir" : " ./dist/" ,
15+ // Emit
16+ "declaration" : true ,
17+ "outDir" : " ./dist/" ,
1818
19- // Interop Constraints
20- "verbatimModuleSyntax" : true ,
19+ // Interop Constraints
20+ "verbatimModuleSyntax" : true ,
2121
22- // Completeness
23- "skipLibCheck" : true ,
24- },
25- "include" : [" ./src/" ],
22+ // Completeness
23+ "skipLibCheck" : true ,
24+ },
25+ "include" : [
26+ " ./src/"
27+ ],
2628}
You can’t perform that action at this time.
0 commit comments