mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 04:33:01 +03:00
12 lines
225 B
JSON
12 lines
225 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"include": ["src/**/*.ts"],
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"noEmit": false,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"types": ["node", "vitest/importMeta"]
|
||
|
}
|
||
|
}
|