mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
chore: add internal vite config (#568)
This commit is contained in:
committed by
GitHub
parent
d37b655add
commit
12e0937174
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
// Modules
|
||||
"moduleResolution": "node16",
|
||||
"module": "Node16",
|
||||
|
||||
// Emit
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"outDir": "dist"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user