11 lines
254 B
JSON
11 lines
254 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["**/*.ts", "../src/**/*.ts", "**/.eslintrc.js", "**/*.config.js"],
|
|
"exclude": ["../src/view/**/*.ts"],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"rootDir": ".."
|
|
}
|
|
}
|