10 lines
145 B
JSON
10 lines
145 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "default_app"
|
|
},
|
|
"include": [
|
|
"default_app",
|
|
"typings"
|
|
]
|
|
}
|