14 lines
227 B
JSON
14 lines
227 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noImplicitAny": true,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "dist",
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"*": ["node_modules/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|