feat: extract graph-interface into seperate package
This commit is contained in:
18
packages/graph-interface/tsconfig.json
Normal file
18
packages/graph-interface/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"types": [
|
||||
"vite-plugin-glsl/ext"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user