1
0
mirror of https://github.com/mathuo/dockview synced 2025-03-11 08:22:06 +00:00
dockview/packages/docs/sandboxes/constraints-dockview/tsconfig.json

19 lines
474 B
JSON
Raw Normal View History

2023-03-14 18:12:20 +00:00
{
2023-05-22 20:37:50 +00:00
"compilerOptions": {
"outDir": "build/dist",
"module": "esnext",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"allowJs": true,
"jsx": "react-jsx",
"moduleResolution": "node",
"rootDir": "src",
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
2023-06-04 09:20:29 +00:00
"strictNullChecks": true
2023-05-22 20:37:50 +00:00
}
2023-03-14 18:12:20 +00:00
}