mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
16 lines
280 B
JSON
16 lines
280 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./web",
|
||
|
"outDir": "./build/web",
|
||
|
"types": ["bluebird", "body-parser", "jquery", "validator"]
|
||
|
},
|
||
|
"files": [
|
||
|
"web/main.ts",
|
||
|
"web/polyfills.ts"
|
||
|
],
|
||
|
"include": [
|
||
|
"web/**/*.d.ts"
|
||
|
]
|
||
|
}
|