Skip to content

Commit

Permalink
chore: tsconfig include field to standard
Browse files Browse the repository at this point in the history
  • Loading branch information
ja0nz committed Nov 20, 2021
1 parent 2bd4fd2 commit 374f945
Show file tree
Hide file tree
Showing 107 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion examples/adaptive-threshold/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/async-effect/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/bitmap-font/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/canvas-dial/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/cellular-automata/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/color-themes/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/commit-heatmap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "."
},
"include": ["./src/**/*.ts"]
"include": ["src/**/*"]
}
2 changes: 1 addition & 1 deletion examples/commit-table-ssr/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"target": "es2017",
"sourceMap": true
},
"include": ["./src/**/*.ts"]
"include": ["src/**/*"]
}
2 changes: 1 addition & 1 deletion examples/crypto-chart/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/devcards/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/dominant-colors/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/ellipse-proximity/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/fft-synth/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/geom-convex-hull/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/geom-fuzz-basics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/geom-knn/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/geom-tessel/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/geom-voronoi-mst/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/gesture-analysis/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/grid-iterators/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-basics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-benchmark/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-benchmark2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-canvas-clock/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-canvas-draw/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-canvas-particles/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-canvas-shapes/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-dropdown-fuzzy/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-dropdown/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-dyn-context/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-elm/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-inner-html/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-local-render/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-localstate/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-skip-nested/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-skip/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-theme-adr-0003/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-toggle/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hdom-vscroller/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hiccup-canvas-arcs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/hydrate-basics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/imgui-basics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/imgui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/interceptor-basics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/interceptor-basics2/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/iso-plasma/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/json-components/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/login-form/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/mandelbrot/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
2 changes: 1 addition & 1 deletion examples/markdown/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../tsconfig.json",
"include": ["src"],
"include": ["src/**/*"],
"compilerOptions": {
}
}
Loading

0 comments on commit 374f945

Please sign in to comment.