Archived
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["pi-web-plugins/**/*.ts"]
|
|
}
|