12 lines
194 B
JSON
12 lines
194 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"noEmit": true,
|
|
"rootDir": "..",
|
|
"outDir": "./.cache"
|
|
},
|
|
"include": [".", "../src"]
|
|
}
|