move browser-only rrdom features to the new rrdom package (#913)
This commit is contained in:
20
packages/rrdom-nodejs/tsconfig.json
Normal file
20
packages/rrdom-nodejs/tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES6",
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": true,
|
||||
"rootDir": "src",
|
||||
"outDir": "build",
|
||||
"lib": ["es6", "dom"],
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
"importsNotUsedAsValues": "error"
|
||||
},
|
||||
"compileOnSave": true,
|
||||
"exclude": ["test"],
|
||||
"include": ["src", "test.d.ts", "../rrweb/src/record/workers/workers.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user