fdefca030e
Co-authored-by: Riley Tomasek <riley.tomasek@gmail.com>
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src"]
|
|
}
|