WIP
This commit is contained in:
33
nodejs-packages/sprotty-live-beans-client/tsconfig.json
Normal file
33
nodejs-packages/sprotty-live-beans-client/tsconfig.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6", "dom"
|
||||
],
|
||||
"types": [
|
||||
"node", "reflect-metadata",
|
||||
],
|
||||
"typeRoots": [
|
||||
"node_modules/@types", "typings"
|
||||
],
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true,
|
||||
"strictNullChecks": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"outDir": "lib",
|
||||
"jsx": "react"
|
||||
},
|
||||
"include": [
|
||||
"src", "typings"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts", "**/*.spec.tsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user