Initial commit after recreate
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@gnommo/slide-contracts": ["packages/slide-contracts/src/index.ts"]
|
||||
},
|
||||
"strict": true
|
||||
},
|
||||
"include": ["vite.config.ts", "packages"]
|
||||
}
|
||||
Reference in New Issue
Block a user