mirror of https://github.com/acid-info/lsd.git
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"esModuleInterop": true
|
|
},
|
|
"esm": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|