mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
18 lines
372 B
JSON
18 lines
372 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./src",
|
||
|
"outDir": "./build/app",
|
||
|
"types": ["bluebird", "body-parser", "jquery", "validator"],
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
],
|
||
|
"ts-node": {
|
||
|
"compilerOptions": {
|
||
|
"module": "CommonJS"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|