mirror of
https://github.com/mathuo/dockview
synced 2025-03-12 08:52:05 +00:00
code
This commit is contained in:
parent
984a21ffc6
commit
9ac06b5238
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../tsconfig.build.json",
|
|
||||||
|
|
||||||
"compilerOptions": {
|
|
||||||
"composite": true,
|
|
||||||
"declaration": true,
|
|
||||||
"outDir": "./dist",
|
|
||||||
"rootDir": "./src"
|
|
||||||
},
|
|
||||||
"include": ["src/**/*"],
|
|
||||||
"exclude": ["**/node_modules"]
|
|
||||||
}
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../../tsconfig.build.json",
|
|
||||||
"compilerOptions": {
|
|
||||||
"composite": true,
|
|
||||||
"declaration": true,
|
|
||||||
"outDir": "dist/cjs",
|
|
||||||
"rootDir": "src",
|
|
||||||
"tsBuildInfoFile": ".build/tsconfig.tsbuildinfo.build"
|
|
||||||
},
|
|
||||||
"include": ["src/**/*"]
|
|
||||||
}
|
|
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"module": "commonjs",
|
|
||||||
"target": "es2019",
|
|
||||||
"sourceMap": true,
|
|
||||||
"declaration": true,
|
|
||||||
"jsx": "react",
|
|
||||||
"noImplicitReturns": true,
|
|
||||||
"noImplicitAny": true,
|
|
||||||
"allowUnreachableCode": false,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
// "strict": true,
|
|
||||||
"strictBindCallApply": true, // pass
|
|
||||||
"alwaysStrict": true, // pass
|
|
||||||
"noImplicitThis": true, // pass
|
|
||||||
"strictFunctionTypes": true, // pass
|
|
||||||
"strictNullChecks": false,
|
|
||||||
"strictPropertyInitialization": false,
|
|
||||||
},
|
|
||||||
"exclude": ["node_modules", "dist"]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user