mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 15:07:54 -04:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"extends": "../../packages/config/interface.tsconfig.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"target": "es2020"
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {
|
|
"module": "CommonJS"
|
|
}
|
|
}
|
|
}
|