17 lines
394 B
JSON
17 lines
394 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"outDir": "./transpiled/",
|
|
"jsx": "react",
|
|
"baseUrl": "./",
|
|
"allowJs": true,
|
|
"strictNullChecks": true,
|
|
"declaration": false,
|
|
"paths": {
|
|
"*": ["node_modules/@types/*", "*"]
|
|
}
|
|
},
|
|
"include": ["./ts/**/*"]
|
|
}
|