diff options
Diffstat (limited to 'examples/toolbar-app/tsconfig.json')
-rw-r--r-- | examples/toolbar-app/tsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/toolbar-app/tsconfig.json b/examples/toolbar-app/tsconfig.json new file mode 100644 index 000000000..281fb7f92 --- /dev/null +++ b/examples/toolbar-app/tsconfig.json @@ -0,0 +1,7 @@ +{ + "extends": "astro/tsconfigs/strict", + "compilerOptions": { + "outDir": "dist", + "rootDir": "src" + } +} |