11 lines
268 B
JSON
11 lines
268 B
JSON
{
|
|
"extends": "../../UILib.tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src", "../web/src/javascripts/Components/BlockEditor/EncryptedFileNode.tsx"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|