mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "default_app",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"default_app",
|
|
"typings"
|
|
]
|
|
}
|