12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts", "../src/**/*.ts"],
|
|
"exclude": [],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"rootDir": "..",
|
|
"jsx": "react"
|
|
}
|
|
}
|