Skip to content

Commit 26b092c

Browse files
committed
Starting with misc/scopes.ts
tsconfig Separate source-map Update tsconfig.json
1 parent a5f6863 commit 26b092c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib_src/tsconfig.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"esModuleInterop": true,
1818
"experimentalDecorators": true,
1919
"incremental": true,
20-
"inlineSourceMap": true,
20+
// "inlineSourceMap": false,
2121
// "preserveConstEnums": true,
22-
// "sourceMap": true,
22+
"sourceMap": true,
2323
"preserveSymlinks": true,
2424
// "removeComments": true,
2525
// "jsx": "react",
@@ -31,9 +31,8 @@
3131
// "noLib": false,
3232
// "importHelpers": true, // if true you should add tslib to deps
3333
// "skipLibCheck": false,
34-
35-
"outDir": "../lib",
36-
"files" : ["ui/selector.ts"]
34+
"outDir": "../lib/misc"
3735
},
36+
"files" : ["misc/scopes.ts"],
3837
"compileOnSave": true
3938
}

0 commit comments

Comments
 (0)