10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./",
|
|
"noEmit": false
|
|
},
|
|
"include": ["manifest.ts"],
|
|
"exclude": [""]
|
|
}
|