mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-13 03:56:33 -04:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2015"],
|
|
"module": "CommonJS",
|
|
"outDir": "./dist",
|
|
"rootDir": "./lib"
|
|
},
|
|
"extends": "config/tsconfig/base.json",
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|
|
|