mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Rename directory: ext -> extension
This commit is contained in:
9
extension/tsconfig.json
Normal file
9
extension/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../tsconfig",
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"module": "esnext"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user