13 lines
254 B
JSON
13 lines
254 B
JSON
|
{
|
||
|
"extends": "./base_tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "obj",
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"noImplicitAny": false
|
||
|
},
|
||
|
"include": [
|
||
|
"./types/**/*",
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|